Home | History | Annotate | Download | only in base

Lines Matching refs:FPL

36 #define FPL(x) FILE_PATH_LITERAL(x)
321 FilePath file_01 = temp_dir_.path().Append(FPL("The file 01.txt"));
327 FilePath subdir_path = temp_dir_.path().Append(FPL("Level2"));
330 FilePath file_02 = subdir_path.Append(FPL("The file 02.txt"));
336 FilePath subsubdir_path = subdir_path.Append(FPL("Level3"));
339 FilePath file_03 = subsubdir_path.Append(FPL("The file 03.txt"));
349 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a"));
350 FilePath dir_path = temp_dir_.path().Append(FPL("dir"));
351 FilePath file_b_path = dir_path.Append(FPL("file_b"));
394 FilePath base_a = temp_dir_.path().Append(FPL("base_a"));
397 FilePath sub_a = base_a.Append(FPL("sub_a"));
400 FilePath file_txt = sub_a.Append(FPL("file.txt"));
407 FilePath sub_long_rel(FPL("sub_long"));
408 FilePath deep_txt(FPL("deep.txt"));
418 FilePath::StringType long_name_str = FPL("long_name_");
429 FilePath base_b = temp_dir_.path().Append(FPL("base_b"));
432 FilePath to_sub_a = base_b.Append(FPL("to_sub_a"));
445 FilePath to_base_b = base_b.Append(FPL("to_base_b"));
458 FilePath to_sub_long = base_b.Append(FPL("to_sub_long"));
478 FPL("file.txt")),
484 ASSERT_TRUE(file_util::NormalizeFilePath(base_b.Append(FPL("to_base_b"))
485 .Append(FPL("to_base_b"))
486 .Append(FPL("to_sub_a"))
487 .Append(FPL("file.txt")),
497 long_path = long_path.Append(FPL("to_base_b"));
499 long_path = long_path.Append(FPL("to_sub_a"))
500 .Append(FPL("file.txt"));
515 ASSERT_FALSE(file_util::NormalizeFilePath(to_sub_a.Append(FPL("file.txt")),
542 FilePath kRelativePath(FPL("dir1\\dir2\\file.txt"));
575 const FilePath::StringType kExtraChars = FPL("12345");
590 FilePath empty_dir = temp_dir_.path().Append(FPL("gpfi_test"));
614 const FilePath::CharType kLongDirName[] = FPL("A long path");
615 const FilePath::CharType kTestSubDirName[] = FPL("test");
663 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
664 FilePath link_to = temp_dir_.path().Append(FPL("to_file"));
680 link_from = temp_dir_.path().Append(FPL("from_dir"));
681 link_to = temp_dir_.path().Append(FPL("to_dir"));
689 FilePath missing = temp_dir_.path().Append(FPL("missing"));
700 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
701 FilePath link_to = temp_dir_.path().Append(FPL("to_file"));
715 link_from = temp_dir_.path().Append(FPL("from_dir"));
716 link_to = temp_dir_.path().Append(FPL("to_dir"));
725 link_from = temp_dir_.path().Append(FPL("link_a"));
726 link_to = temp_dir_.path().Append(FPL("link_b"));
749 FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteFile 1.txt"));
758 file_name = temp_dir_.path().Append(FPL("Test DeleteFile 2.txt"));
770 FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteFile 2.txt"));
789 FilePath non_existent = temp_dir_.path().Append(FPL("Test DeleteFile 3.txt"));
810 FilePath file_name = temp_dir_.path().Append(FPL("Test Readable File.txt"));
854 FilePath file_name = temp_dir_.path().Append(FPL("Test Readable File.txt"));
898 temp_dir_.path().Append(FPL("PermissionTest1"));
903 FilePath file_name = subdir_path.Append(FPL("Test Readable File.txt"));
955 FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteWildCard.txt"));
959 FilePath subdir_path = temp_dir_.path().Append(FPL("DeleteWildCardDir"));
965 directory_contents = directory_contents.Append(FPL("*"));
982 temp_dir_.path().Append(FPL("DeleteNonExistantWildCard"));
988 directory_contents = directory_contents.Append(FPL("*"));
1003 FilePath test_subdir = temp_dir_.path().Append(FPL("DeleteDirNonRecursive"));
1007 FilePath file_name = test_subdir.Append(FPL("Test DeleteDir.txt"));
1011 FilePath subdir_path1 = test_subdir.Append(FPL("TestSubDir1"));
1015 FilePath subdir_path2 = test_subdir.Append(FPL("TestSubDir2"));
1033 FilePath test_subdir = temp_dir_.path().Append(FPL("DeleteDirRecursive"));
1037 FilePath file_name = test_subdir.Append(FPL("Test DeleteDirRecursive.txt"));
1041 FilePath subdir_path1 = test_subdir.Append(FPL("TestSubDir1"));
1045 FilePath subdir_path2 = test_subdir.Append(FPL("TestSubDir2"));