OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_install_dir
(Results
1 - 3
of
3
) sorted by null
/development/vndk/snapshot/
gen_buildfiles.py
76
self.
_install_dir
= install_dir
95
os.path.join(self.
_install_dir
, utils.CONFIG_DIR_PATH_PATTERN,
97
rel_etc_path = etc_path.replace(self.
_install_dir
, '')[1:]
111
for txt_path in utils.find(self.
_install_dir
, [txt_filename]):
113
abs_path_of_txt = os.path.join(self.
_install_dir
, txt_path)
121
os.path.join(self.
_install_dir
, utils.NOTICE_FILES_DIR_PATH,
183
bpfile_path = os.path.join(self.
_install_dir
, variant_subpath,
217
os.path.join(self.
_install_dir
, arch, utils.BINDER32)):
443
src_root = os.path.join(self.
_install_dir
, arch)
check_gpl_license.py
54
self.
_install_dir
= install_dir
74
for file in utils.find(self.
_install_dir
, [self.MODULE_PATHS_TXT]):
75
file_path = os.path.join(self.
_install_dir
, file)
/external/vulkan-validation-layers/build-android/
build.py
34
_install_dir
(src_file, dst_file)
41
def
_install_dir
(src_dir, dst_dir):
function
Completed in 248 milliseconds