Home
last modified time | relevance | path

Searched refs:entry_path (Results 1 – 3 of 3) 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/bin/result_tools/
Dview.py363 entry_path = '%s/%s' % (parent_path, entry)
367 PATH: entry_path,
377 subdirs, entry_path, subdir_total_size,
/external/devlib/devlib/module/
Dhwmon.py138 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)