Home | History | Annotate | Download | only in base

Lines Matching refs:file_txt

400   FilePath file_txt = sub_a.Append(FPL("file.txt"));
401 CreateTextFile(file_txt, bogus_content);
473 ASSERT_TRUE(file_util::NormalizeFilePath(file_txt, &normalized_path));
474 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
480 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
489 ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());