Home
last modified time | relevance | path

Searched refs:GetFDPath (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/files/
Dfile_util.h20 BRILLO_EXPORT base::FilePath GetFDPath(int fd);
Dfile_util.cc82 base::FilePath GetFDPath(int fd) { in GetFDPath() function
Dfile_util_test.cc144 EXPECT_EQ(GetFDPath(root_.get()), temp_dir_.GetPath()); in TEST_F()
148 base::FilePath path = GetFDPath(-1); in TEST_F()