Home
last modified time | relevance | path

Searched defs:entry_path (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dtarget_files.cpp109 std::string entry_path = path_ + "/" + std::string(name); in EntryExists() local
124 std::string entry_path = path_ + "/" + std::string(name); in ReadEntryToString() local
161 std::string entry_path = path_ + "/" + std::string(name); in ExtractEntryToTempFile() local
/aosp_15_r20/bionic/linker/
H A Dlinker_utils.cpp140 bool parse_zip_path(const char* input_path, std::string* zip_path, std::string* entry_path) { in parse_zip_path()
226 std::string entry_path; in resolve_path() local
H A Dlinker_utils_test.cpp94 std::string entry_path; in TEST() local
/aosp_15_r20/external/zlib/google/
H A Dzip.cc32 const base::FilePath& entry_path) { in CreateDirectory()
42 const base::FilePath& entry_path) { in CreateFilePathWriterDelegate()
H A Dzip_unittest.cc901 base::BindLambdaForTesting([this](const base::FilePath& entry_path) { in TEST_F()
928 base::BindLambdaForTesting([this](const base::FilePath& entry_path) { in TEST_F()
934 base::BindLambdaForTesting([](const base::FilePath& entry_path) { in TEST_F()
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dsmbprovider.py200 def get_metadata(self, mount_id, entry_path): argument
339 def delete_entry(self, mount_id, entry_path, recursive): argument
/aosp_15_r20/build/make/tools/
H A Dbuild-runfiles.cc223 std::string entry_path = prefix + entry->d_name; in ScanTreeAndPrune() local
359 const std::string entry_path = path + '/' + entry->d_name; in DelTree() local
/aosp_15_r20/external/google-breakpad/src/common/tests/
H A Dauto_tempdir.h78 string entry_path = path + "/" + entry->d_name; in DeleteRecursively() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
H A Dquiche_file_utils_impl.cc166 const std::string entry_path = JoinPathImpl(path, filename); in EnumerateDirectoryImpl() local
/aosp_15_r20/system/core/bootstat/
H A Dboot_event_record_store_test.cpp83 const std::string entry_path = path + "/" + entry_name; in DeleteDirectory() local
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/
H A DResourceContainer.cpp75 Result<XmlParser> OpenXmlParser(const std::string& entry_path, const ZipAssetsProvider* zip) { in OpenXmlParser()
/aosp_15_r20/external/mesa3d/src/util/
H A Ddisk_cache_os.c1200 char *entry_path = NULL; in delete_dir() local
/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/server/
Dtests.rs579 let entry_path = dir.join(&dirent.name); in tree_walk() localVariable
/aosp_15_r20/system/extras/simpleperf/
H A DJITDebugReader.cpp723 std::string entry_path; in ReadDexFileDebugInfo() local
H A Denvironment.cpp83 std::string entry_path = path + "/" + name; in GetAllModuleFiles() local
H A Ddso.cpp215 std::string entry_path = std::get<2>(tuple); in GetPathInSymFsDir() local
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp942 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) { in AddZipEntry()
3687 const std::string& entry_path) { in EnqueueAddZipEntryAndCleanupIfNeeded()
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c1374 static int _find_archive_path_and_offset(const char *entry_path, in _find_archive_path_and_offset()
/aosp_15_r20/external/cronet/net/disk_cache/
H A Dentry_unittest.cc3166 const base::FilePath entry_path = cache_path_.AppendASCII( in TEST_F() local
4378 const base::FilePath entry_path = cache_path_.AppendASCII( in TruncateFileFromEnd() local
H A Dbackend_unittest.cc766 base::FilePath entry_path = cache_path_.AppendASCII( in TEST_F() local