Searched defs:entry_path (Results 1 – 10 of 10) sorted by relevance
/external/zlib/google/ |
D | zip.cc | 39 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
|
D | zip_unittest.cc | 383 [](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/ |
D | zip.cc | 34 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
|
D | zip_unittest.cc | 414 [](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/ |
D | enterprise_SmbProviderDaemon.py | 201 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/ |
D | directory_entry.proto | 99 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/ |
D | auto_tempdir.h | 79 string entry_path = path + "/" + entry->d_name; in DeleteRecursively() local
|
/external/autotest/client/common_lib/cros/ |
D | smbprovider.py | 200 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/ |
D | tests.rs | 551 let entry_path = dir.join(&dirent.name); in tree_walk() localVariable
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 1119 def stat(self, entry_path, follow_symlinks=True): argument 1148 def raise_for_filepath_ending_with_separator(self, entry_path, argument
|