Home | History | Annotate | Download | only in base

Lines Matching refs:file_a_path

349   FilePath file_a_path = temp_dir_.path().Append(FPL("file_a"));
355 ASSERT_FALSE(base::PathExists(file_a_path));
356 ASSERT_FALSE(file_util::NormalizeFilePath(file_a_path,
360 CreateTextFile(file_a_path, bogus_content);
361 ASSERT_TRUE(base::PathExists(file_a_path));
362 ASSERT_TRUE(file_util::NormalizeFilePath(file_a_path,