Searched refs:OpenExistingFile (Results 1 – 3 of 3) sorted by relevance
92 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 …]
131 BRILLO_EXPORT SafeFDResult OpenExistingFile(const base::FilePath& path,
267 SafeFD::SafeFDResult SafeFD::OpenExistingFile(const base::FilePath& path, in OpenExistingFile() function in brillo::SafeFD