/aosp_15_r20/packages/services/Car/cpp/bugreport/ |
D | main.cpp | 199 bool copyFile(const std::string& zip_path, int output_socket) { in copyFile() 221 bool doBugreport(int progress_socket, size_t* out_bytes_written, std::string* zip_path) { in doBugreport() 442 void cleanupBugreportFile(const std::string& zip_path) { in cleanupBugreportFile() 466 std::string zip_path; in main() local
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | zip_utils.py | 55 def _WriteZipFile(zip_path, zip_contents): argument 61 def WriteZipFile(zip_path, zip_contents): argument
|
/aosp_15_r20/external/angle/build/android/gyp/util/ |
H A D | protoresources.py | 39 def _ProcessZip(zip_path, process_func): argument 181 def HardcodeSharedLibraryDynamicAttributes(zip_path, argument
|
/aosp_15_r20/external/cronet/build/android/gyp/util/ |
H A D | protoresources.py | 39 def _ProcessZip(zip_path, process_func): argument 181 def HardcodeSharedLibraryDynamicAttributes(zip_path, argument
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_utils.cpp | 140 bool parse_zip_path(const char* input_path, std::string* zip_path, std::string* entry_path) { in parse_zip_path() 225 std::string zip_path; in resolve_path() local
|
H A D | linker_utils_test.cpp | 93 std::string zip_path; in TEST() local
|
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/src/ |
D | main.rs | 489 let zip_path = PathBuf::from(zip_path); in start_fuse() localVariable 547 let zip_path = test_dir.path().join("test.zip"); in run_test_with_options() localVariable 816 let zip_path = test_dir.path().join("test.zip"); in supports_deflate() localVariable 847 let zip_path = test_dir.path().join("test.zip"); in supports_zip_on_block_device() localVariable
|
/aosp_15_r20/external/libchrome/build/android/gyp/util/ |
H A D | build_utils.py | 241 def ExtractAll(zip_path, path=None, no_clobber=True, pattern=None, argument 281 def AddToZipHermetic(zip_file, zip_path, src_path=None, data=None, argument
|
/aosp_15_r20/bootable/recovery/tests/unit/ |
H A D | zip_test.cpp | 31 std::string zip_path = from_testdata_base("ziptest_fake-update.zip"); in TEST() local
|
/aosp_15_r20/external/python/cpython2/PCbuild/ |
D | get_external.py | 25 def extract_zip(externals_dir, zip_path): argument
|
/aosp_15_r20/external/python/cpython3/PCbuild/ |
D | get_external.py | 27 def extract_zip(externals_dir, zip_path): argument
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | read_apk_test.cpp | 52 std::string zip_path; in TEST() local
|
H A D | read_apk.cpp | 141 bool ParseExtractedInMemoryPath(const std::string& path, std::string* zip_path, in ParseExtractedInMemoryPath()
|
/aosp_15_r20/frameworks/base/libs/androidfw/tests/ |
H A D | TestHelpers.cpp | 27 AssertionResult ReadFileFromZipToString(const std::string& zip_path, const std::string& file, in ReadFileFromZipToString()
|
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | prepare_resources.py | 86 def _ZipResources(resource_dirs, zip_path, ignore_pattern): argument
|
H A D | apkbuilder.py | 417 def add_to_zip(zip_path, data, compress=True, alignment=4): argument
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | prepare_resources.py | 86 def _ZipResources(resource_dirs, zip_path, ignore_pattern): argument
|
H A D | apkbuilder.py | 418 def add_to_zip(zip_path, data, compress=True, alignment=4): argument
|
/aosp_15_r20/external/angle/build/util/lib/common/ |
H A D | util.py | 86 def Unzip(zip_path, output_dir): argument
|
/aosp_15_r20/external/cronet/build/util/lib/common/ |
H A D | util.py | 86 def Unzip(zip_path, output_dir): argument
|
/aosp_15_r20/bootable/deprecated-ota/updater/ |
H A D | install.cpp | 115 const std::string& zip_path = args[0]; in PackageExtractFileFn() local 166 const std::string& zip_path = args[0]; in PackageExtractFileFn() local
|
/aosp_15_r20/external/cronet/build/ |
H A D | zip_helpers.py | 43 zip_path, argument
|
/aosp_15_r20/external/angle/build/ |
H A D | zip_helpers.py | 43 zip_path, argument
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/ |
H A D | zip_main_template.py | 140 def extract_zip(zip_path, dest_dir): argument
|
/aosp_15_r20/external/cronet/third_party/jni_zero/ |
H A D | common.py | 111 def add_to_zip_hermetic(zip_file, zip_path, data=None): argument
|