Home | History | Annotate | Download | only in base

Lines Matching refs:file_02

366   FilePath file_02 = subdir_path.Append(FPL("The file 02.txt"));
367 CreateTextFile(file_02, L"123456789012345678901234567890");
369 ASSERT_TRUE(file_util::GetFileSize(file_02, &size_f2));