Searched refs:entry_path (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/tests/ |
D | auto_tempdir.h | 79 string entry_path = path + "/" + entry->d_name; in DeleteRecursively() local 81 EXPECT_TRUE(lstat(entry_path.c_str(), &stats) == 0); in DeleteRecursively() 83 DeleteRecursively(entry_path); in DeleteRecursively() 85 EXPECT_TRUE(unlink(entry_path.c_str()) == 0); in DeleteRecursively()
|
/external/autotest/client/common_lib/cros/ |
D | smbprovider.py | 200 def get_metadata(self, mount_id, entry_path): argument 212 logging.info("Getting metadata for %s", entry_path) 220 proto.entry_path = entry_path 339 def delete_entry(self, mount_id, entry_path, recursive): argument 352 logging.info("Deleting entry: %s", entry_path) 358 proto.entry_path = entry_path
|
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/ |
D | enterprise_SmbProviderDaemon.py | 201 def _check_get_metadata(self, mount_id, entry_path): argument 214 entry_path) 220 def _check_metadata(self, entry_path, size, is_dir, metadata_blob): argument 231 if entry_path != metadata_blob.name or \ 353 def _check_delete_entry(self, mount_id, entry_path, recursive): argument 364 entry_path,
|
/external/autotest/client/bin/result_tools/ |
D | view.py | 361 entry_path = '%s/%s' % (parent_path, name) 365 PATH: entry_path, 378 entry.files, entry_path, subdir_total_size,
|
/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
|