Home
last modified time | relevance | path

Searched refs:file_path_not_exist (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_unittest.cc2768 FilePath file_path_not_exist = in TEST_F() local
2771 ReadFile(file_path_not_exist, in TEST_F()
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_unittest.cc3492 FilePath file_path_not_exist = in TEST_F() local
3494 EXPECT_EQ(ReadFile(file_path_not_exist, exact_buffer), std::nullopt); in TEST_F()