Searched refs:out_dir (Results 1 – 9 of 9) 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/tools/ndk/ |
D | build_ndk_docs.py | 54 out_dir = product_out.parents[1] / 'common/ndk-docs' 55 html_dir = out_dir / 'html' 58 doxyfile = out_dir / 'Doxyfile'
|
/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 | 1618 def dump_ext4_img(img_file_path, out_dir): argument 1619 if ' ' in out_dir: 1622 cmd = ['debugfs', img_file_path, '-R', 'rdump / ' + out_dir]
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 9512 …frameworks/compile/slang,fake_VAxJ2t_hQXa2qZC91B5Rdw@fakeemail.com,Make slang_test.py cache out_dir
|