Searched refs:entry_path (Results 1 – 2 of 2) sorted by relevance
79 string entry_path = path + "/" + entry->d_name; in DeleteRecursively() local81 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()
1482 def stat(self, entry_path): argument1496 stats = self.filesystem.ResolveObject(entry_path)1503 raise OSError(io_error.errno, io_error.strerror, entry_path)1505 def lstat(self, entry_path): argument1519 stats = self.filesystem.LResolveObject(entry_path)1526 raise OSError(io_error.errno, io_error.strerror, entry_path)