Lines Matching refs:OpenExistingFile
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()
222 root_.OpenExistingFile(symlink_dir_path_.Append(kFileName)); in TEST_F()
433 SafeFD::SafeFDResult new_file = dir.first.OpenExistingFile( in TEST_F()