Home
last modified time | relevance | path

Searched refs:entry_path (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/tests/
Dauto_tempdir.h79 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/
Dsmbprovider.py200 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/
Denterprise_SmbProviderDaemon.py201 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/
Dview.py361 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/
Ddirectory_entry.proto99 optional string entry_path = 2; field
139 optional string entry_path = 2; field
216 optional string entry_path = 2; field