Searched refs:file_a_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dfile_util_unittest.cc392 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a")); local
398 ASSERT_FALSE(file_util::PathExists(file_a_path));
399 ASSERT_FALSE(file_util::NormalizeFilePath(file_a_path,
403 CreateTextFile(file_a_path, bogus_content);
404 ASSERT_TRUE(file_util::PathExists(file_a_path));
405 ASSERT_TRUE(file_util::NormalizeFilePath(file_a_path,
/external/chromium_org/base/
H A Dfile_util_unittest.cc278 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a")); local
284 ASSERT_FALSE(PathExists(file_a_path));
285 ASSERT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path))
288 CreateTextFile(file_a_path, bogus_content);
289 ASSERT_TRUE(PathExists(file_a_path));
290 ASSERT_TRUE(NormalizeFilePath(file_a_path, &normalized_file_a_path));

Completed in 85 milliseconds