Searched refs:file_not_found (Results 1 – 10 of 10) sorted by relevance
26 file_not_found, enumerator
35 case readobj_error::file_not_found: in message()
252 reportError(File, readobj_error::file_not_found); in dumpInput()
43 case sys::fs::file_type::file_not_found: in create()
774 return status_known(status) && status.type() != file_type::file_not_found; in exists()
231 if (EC != windows_error::file_not_found &&408 if (EC == windows_error::file_not_found ||423 if (ec != windows_error::file_not_found)431 if (ec != windows_error::file_not_found)504 if (ec != windows_error::file_not_found &&620 if (EC == windows_error::file_not_found ||622 Result = file_status(file_type::file_not_found);
836 file_not_found = 2, // ERROR_FILE_NOT_FOUND,
57 file_not_found, enumerator
245 EXPECT_EQ(B.type(), fs::file_type::file_not_found); in TEST_F()
469 Result = file_status(file_type::file_not_found);