Home | History | Annotate | Download | only in base

Lines Matching refs:file_txt

443   FilePath file_txt = sub_a.Append(FPL("file.txt"));
444 CreateTextFile(file_txt, bogus_content);
516 ASSERT_TRUE(file_util::NormalizeFilePath(file_txt, &normalized_path));
517 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
523 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
532 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());