Searched refs:product_out (Results 1 – 6 of 6) sorted by relevance
/development/vndk/tools/sourcedr/files/ |
D | list_app_shared_uid.py | 56 def find_file(product_out, app_name): argument 58 product_out = os.path.abspath(product_out) 59 prefix_len = len(product_out) + 1 64 partition_dir = os.path.join(product_out, partition) 77 def collect_apps_with_shared_uid(product_out, module_paths): argument 79 apps_dir = os.path.join(product_out, 'obj', 'APPS') 107 app_name, shared_uid, find_file(product_out, app_name), 125 os.path.join(args.product_out, 'module-info.json')) 127 result = collect_apps_with_shared_uid(args.product_out, module_paths)
|
/development/tools/ndk/ |
D | build_ndk_docs.py | 53 product_out = Path(os.environ['ANDROID_PRODUCT_OUT']) 54 out_dir = product_out.parents[1] / 'common/ndk-docs' 56 input_dir = product_out.parents[2] / 'soong/ndk/sysroot/usr/include'
|
/development/vndk/tools/definition-tool/tools/ |
D | update_dataset_auto.py | 73 product_out = os.environ['ANDROID_PRODUCT_OUT'] 83 print('product_out:', product_out) 85 out_dir = os.path.normpath(os.path.join(product_out, '..', '..', '..')) 87 module_info = os.path.join(product_out, 'module-info.json')
|
/development/vndk/tools/definition-tool/ |
D | README.md | 19 --system "/path/to/your/product_out/system" \ 20 --vendor "/path/to/your/product_out/vendor" \ 57 --system "/path/to/your/product_out/system" \ 58 --vendor "/path/to/your/product_out/vendor" \
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 176 product_out = get_build_vars_for_product( 178 return os.path.join(product_out, 'lsdump_paths.txt')
|
/development/scripts/ |
D | native_heapdump_viewer.py | 62 product_out = os.getenv("ANDROID_PRODUCT_OUT") 63 if product_out: 64 self.symboldir = product_out + "/symbols"
|