Searched refs:file_a_path (Results 1 – 1 of 1) sorted by relevance
372 FilePath file_a_path = temp_dir_.GetPath().Append(FPL("file_a")); in TEST_F() local378 ASSERT_FALSE(PathExists(file_a_path)); in TEST_F()379 ASSERT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path)) in TEST_F()382 CreateTextFile(file_a_path, bogus_content); in TEST_F()383 ASSERT_TRUE(PathExists(file_a_path)); in TEST_F()384 ASSERT_TRUE(NormalizeFilePath(file_a_path, &normalized_file_a_path)); in TEST_F()