Home
last modified time | relevance | path

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

/external/libbrillo/brillo/files/
Dsafe_fd_test.cc92 SafeFD::SafeFDResult file = root_.OpenExistingFile(file_path_); in TEST_F()
111 SafeFD::SafeFDResult file = root_.OpenExistingFile(file_path_); in TEST_F()
126 SafeFD::SafeFDResult file = root_.OpenExistingFile(file_path_); in TEST_F()
147 SafeFD::SafeFDResult file = root_.OpenExistingFile(file_path_); in TEST_F()
169 SafeFD::SafeFDResult file = root_.OpenExistingFile(file_path_); in TEST_F()
182 SafeFD::SafeFDResult file = root_.OpenExistingFile(file_path_); in TEST_F()
190 SafeFD::SafeFDResult file = SafeFD().OpenExistingFile(file_path_); in TEST_F()
196 SafeFD::SafeFDResult file = root_.OpenExistingFile(file_path_); in TEST_F()
205 SafeFD::SafeFDResult file = root_.OpenExistingFile(file_path_); in TEST_F()
213 SafeFD::SafeFDResult file = root_.OpenExistingFile(symlink_file_path_); in TEST_F()
[all …]
Dsafe_fd.h131 BRILLO_EXPORT SafeFDResult OpenExistingFile(const base::FilePath& path,
Dsafe_fd.cc267 SafeFD::SafeFDResult SafeFD::OpenExistingFile(const base::FilePath& path, in OpenExistingFile() function in brillo::SafeFD