Home | History | Annotate | Download | only in base

Lines Matching refs:FPL

34 #define FPL(x) FILE_PATH_LITERAL(x)
357 FilePath file_01 = temp_dir_.path().Append(FPL("The file 01.txt"));
363 FilePath subdir_path = temp_dir_.path().Append(FPL("Level2"));
366 FilePath file_02 = subdir_path.Append(FPL("The file 02.txt"));
372 FilePath subsubdir_path = subdir_path.Append(FPL("Level3"));
375 FilePath file_03 = subsubdir_path.Append(FPL("The file 03.txt"));
382 file_util::ComputeFilesSize(temp_dir_.path(), FPL("The file*"));
385 computed_size = file_util::ComputeFilesSize(temp_dir_.path(), FPL("bla*"));
392 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a"));
393 FilePath dir_path = temp_dir_.path().Append(FPL("dir"));
394 FilePath file_b_path = dir_path.Append(FPL("file_b"));
437 FilePath base_a = temp_dir_.path().Append(FPL("base_a"));
440 FilePath sub_a = base_a.Append(FPL("sub_a"));
443 FilePath file_txt = sub_a.Append(FPL("file.txt"));
450 FilePath sub_long_rel(FPL("sub_long"));
451 FilePath deep_txt(FPL("deep.txt"));
461 FilePath::StringType long_name_str = FPL("long_name_");
472 FilePath base_b = temp_dir_.path().Append(FPL("base_b"));
475 FilePath to_sub_a = base_b.Append(FPL("to_sub_a"));
488 FilePath to_base_b = base_b.Append(FPL("to_base_b"));
501 FilePath to_sub_long = base_b.Append(FPL("to_sub_long"));
521 ASSERT_TRUE(file_util::NormalizeFilePath(to_sub_a.Append(FPL("file.txt")),
527 ASSERT_TRUE(file_util::NormalizeFilePath(base_b.Append(FPL("to_base_b"))
528 .Append(FPL("to_base_b"))
529 .Append(FPL("to_sub_a"))
530 .Append(FPL("file.txt")),
540 long_path = long_path.Append(FPL("to_base_b"));
542 long_path = long_path.Append(FPL("to_sub_a"))
543 .Append(FPL("file.txt"));
558 ASSERT_FALSE(file_util::NormalizeFilePath(to_sub_a.Append(FPL("file.txt")),
567 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
568 FilePath link_to = temp_dir_.path().Append(FPL("to_file"));
584 link_from = temp_dir_.path().Append(FPL("from_dir"));
585 link_to = temp_dir_.path().Append(FPL("to_dir"));
594 FilePath missing = temp_dir_.path().Append(FPL("missing"));
608 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
609 FilePath link_to = temp_dir_.path().Append(FPL("to_file"));
622 link_from = temp_dir_.path().Append(FPL("from_dir"));
623 link_to = temp_dir_.path().Append(FPL("to_dir"));
633 link_from = temp_dir_.path().Append(FPL("link_a"));
634 link_to = temp_dir_.path().Append(FPL("link_b"));
657 FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteFile 1.txt"));
666 file_name = temp_dir_.path().Append(FPL("Test DeleteFile 2.txt"));
681 FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteWildCard.txt"));
685 FilePath subdir_path = temp_dir_.path().Append(FPL("DeleteWildCardDir"));
691 directory_contents = directory_contents.Append(FPL("*"));
708 temp_dir_.path().Append(FPL("DeleteNonExistantWildCard"));
714 directory_contents = directory_contents.Append(FPL("*"));
729 FilePath test_subdir = temp_dir_.path().Append(FPL("DeleteDirNonRecursive"));
733 FilePath file_name = test_subdir.Append(FPL("Test DeleteDir.txt"));
737 FilePath subdir_path1 = test_subdir.Append(FPL("TestSubDir1"));
741 FilePath subdir_path2 = test_subdir.Append(FPL("TestSubDir2"));
759 FilePath test_subdir = temp_dir_.path().Append(FPL("DeleteDirRecursive"));
763 FilePath file_name = test_subdir.Append(FPL("Test DeleteDirRecursive.txt"));
767 FilePath subdir_path1 = test_subdir.Append(FPL("TestSubDir1"));
771 FilePath subdir_path2 = test_subdir.Append(FPL("TestSubDir2"));