Searched refs:out_dir (Results 1 – 7 of 7) sorted by relevance
/development/vndk/tools/sourcedr/ninja/ |
D | list_source_file.py | 86 out_dir = posixpath.normpath(args.out_dir) 87 out_dir_pattern = re.compile(re.escape(out_dir) + '/') 88 out_host_dir_pattern = re.compile(re.escape(out_dir) + '/host/') 89 out_product_dir = out_dir + '/target/product/[^/]+' 92 if path.startswith(out_dir + '/target'):
|
D | list_installed_file_from_source.py | 43 out_dir = posixpath.normpath(args.out_dir) 45 out_pattern = re.compile(re.escape(out_dir) + '/') 51 re.escape(out_dir) + '/target/product/[^/]+/' +
|
D | list_installed_module_under_source.py | 63 re.escape(posixpath.normpath(args.out_dir)) + '/' +
|
/development/vndk/snapshot/ |
D | utils.py | 82 def get_dist_dir(out_dir): argument 83 return _get_dir_from_env('DIST_DIR', join_realpath(out_dir, 'dist'))
|
/development/vndk/tools/definition-tool/tools/ |
D | update_dataset_auto.py | 85 out_dir = os.path.normpath(os.path.join(product_out, '..', '..', '..')) 86 make_vars = os.path.join(out_dir, 'soong', 'make_vars-' + product + '.mk')
|
/development/scripts/ |
D | stack_core.py | 257 out_dir = os.environ["ANDROID_PRODUCT_OUT"] 258 if not os.path.exists(out_dir): 259 print "ANDROID_PRODUCT_OUT " + out_dir + " does not exist." 262 apk_full_path = out_dir + apk 264 apk_full_path = os.path.join(out_dir, apk)
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1532 def dump_ext4_img(img_file_path, out_dir): argument 1533 if ' ' in out_dir: 1536 cmd = ['debugfs', img_file_path, '-R', 'rdump / ' + out_dir]
|