Searched defs:PD_LOCAL_PATH (Results 1 - 6 of 6) sorted by relevance
/pkg/src/modules/flavor/ |
H A D | script.py | 33 from pkg.portable import PD_LOCAL_PATH, PD_PROTO_DIR namespace 96 action.attrs[PD_LOCAL_PATH], p))
|
H A D | elf.py | 32 from pkg.portable import PD_LOCAL_PATH, PD_PROTO_DIR, PD_DEFAULT_RUNPATH namespace 172 proto_file = action.attrs[PD_LOCAL_PATH]
|
H A D | python.py | 36 from pkg.portable import PD_LOCAL_PATH, PD_PROTO_DIR namespace 189 local_file = action.attrs[PD_LOCAL_PATH] 271 action.attrs[PD_LOCAL_PATH])) 317 action.attrs[PD_LOCAL_PATH]))
|
H A D | smf_manifest.py | 34 from pkg.portable import PD_LOCAL_PATH, PD_PROTO_DIR, PD_PROTO_DIR_LIST namespace 248 proto_file = action.attrs[PD_LOCAL_PATH]
|
/pkg/src/modules/portable/ |
H A D | __init__.py | 238 PD_LOCAL_PATH = "pkg.internal.depend.localpath" variable
|
H A D | os_sunos.py | 40 from pkg.portable import ELF, EXEC, PD_LOCAL_PATH, UNFOUND, SMF_MANIFEST namespace 59 t_fh.write(os.path.join(a.attrs[PD_LOCAL_PATH]) + "\n") 71 proto_file = a.attrs[PD_LOCAL_PATH]
|
Completed in 43 milliseconds