Home
last modified time | relevance | path

Searched refs:entry_path (Results 1 – 2 of 2) 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/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem.py1482 def stat(self, entry_path): argument
1496 stats = self.filesystem.ResolveObject(entry_path)
1503 raise OSError(io_error.errno, io_error.strerror, entry_path)
1505 def lstat(self, entry_path): argument
1519 stats = self.filesystem.LResolveObject(entry_path)
1526 raise OSError(io_error.errno, io_error.strerror, entry_path)