Searched refs:file_path_does_not_exist (Results 1 – 1 of 1) sorted by relevance
63 const std::filesystem::path file_path_does_not_exist( in TEST() local66 ASSERT_FALSE(std::filesystem::exists(file_path_does_not_exist)); in TEST()69 EXPECT_FALSE(ReadFileToBytes(file_path_does_not_exist, bytes).ok()); in TEST()