Lines Matching refs:portable
48 import pkg.portable as portable
370 # Dictionary which maps codes from portable.get_file_type to the functions which
373 portable.ELF: elf_dep.process_elf_dependencies,
374 portable.EXEC: script.process_script_deps,
375 portable.SMF_MANIFEST: smf_manifest.process_smf_manifest_deps,
376 portable.UNFOUND: no_such_file
397 'pkg.depend.runpath' (portable.PD_RUN_PATH)
410 portable.get_file_type to a file which produced that filetype.
421 file_types = portable.get_file_type(act_list)
423 if portable.PD_RUN_PATH in mfst:
425 run_path_str = mfst[portable.PD_RUN_PATH]
432 if portable.PD_BYPASS_GENERATE in mfst:
433 mf_bypass = __makelist(mfst[portable.PD_BYPASS_GENERATE])
439 if portable.PD_RUN_PATH in a.attrs:
440 a_run_path_str = a.attrs[portable.PD_RUN_PATH]
447 a.attrs.get(portable.PD_BYPASS_GENERATE, mf_bypass))
459 a.attrs[portable.PD_LOCAL_PATH]
496 portable.PD_RUN_PATH))]
500 "a colon-separated string.").format(portable.PD_RUN_PATH))]
653 assert portable.PD_LOCAL_PATH not in a.attrs
654 a.attrs[portable.PD_LOCAL_PATH] = local_path
655 a.attrs[portable.PD_PROTO_DIR] = used_bd
656 a.attrs[portable.PD_PROTO_DIR_LIST] = basedirs