Home
last modified time | relevance | path

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

/external/zlib/google/
Dzip.cc39 const base::FilePath& entry_path) { in CreateDirectory()
46 const base::FilePath& entry_path) { in CreateFilePathWriterDelegate()
132 const base::FilePath& entry_path = iter->path; in Zip() local
211 const base::FilePath& entry_path = reader.current_entry_info()->file_path(); in UnzipWithFilterAndWriters() local
Dzip_unittest.cc383 [](const base::FilePath& extract_dir, const base::FilePath& entry_path) { in TEST_F()
389 -> std::unique_ptr<zip::WriterDelegate> { in TEST_F()
/external/angle/third_party/zlib/google/
Dzip.cc34 const base::FilePath& entry_path) { in CreateDirectory()
41 const base::FilePath& entry_path) { in CreateFilePathWriterDelegate()
207 const base::FilePath& entry_path = reader.current_entry_info()->file_path(); in UnzipWithFilterAndWriters() local
Dzip_unittest.cc414 [](const base::FilePath& extract_dir, const base::FilePath& entry_path) { in TEST_F()
420 -> std::unique_ptr<zip::WriterDelegate> { in TEST_F()
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/
Denterprise_SmbProviderDaemon.py201 def _check_get_metadata(self, mount_id, entry_path): argument
220 def _check_metadata(self, entry_path, size, is_dir, metadata_blob): argument
353 def _check_delete_entry(self, mount_id, entry_path, recursive): argument
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto99 optional string entry_path = 2; field
139 optional string entry_path = 2; field
216 optional string entry_path = 2; field
/external/google-breakpad/src/common/tests/
Dauto_tempdir.h79 string entry_path = path + "/" + entry->d_name; in DeleteRecursively() local
/external/autotest/client/common_lib/cros/
Dsmbprovider.py200 def get_metadata(self, mount_id, entry_path): argument
339 def delete_entry(self, mount_id, entry_path, recursive): argument
/external/vm_tools/p9/src/server/
Dtests.rs551 let entry_path = dir.join(&dirent.name); in tree_walk() localVariable
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1119 def stat(self, entry_path, follow_symlinks=True): argument
1148 def raise_for_filepath_ending_with_separator(self, entry_path, argument