Searched refs:entry_path (Results 1 – 3 of 3) 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()
363 entry_path = '%s/%s' % (parent_path, entry)367 PATH: entry_path,377 subdirs, entry_path, subdir_total_size,
138 entry_path = self.target.path.join(self.root, entry)139 if self.target.file_exists(self.target.path.join(entry_path, 'name')):140 device = HwmonDevice(self.target, entry_path)