Lines Matching refs:GetPath
344 FilePath file_01 = temp_dir_.GetPath().Append(FPL("The file 01.txt")); in TEST_F()
350 FilePath subdir_path = temp_dir_.GetPath().Append(FPL("Level2")); in TEST_F()
365 int64_t computed_size = ComputeDirectorySize(temp_dir_.GetPath()); in TEST_F()
372 FilePath file_a_path = temp_dir_.GetPath().Append(FPL("file_a")); in TEST_F()
373 FilePath dir_path = temp_dir_.GetPath().Append(FPL("dir")); in TEST_F()
414 FilePath base_a = temp_dir_.GetPath().Append(FPL("base_a")); in TEST_F()
457 FilePath base_b = temp_dir_.GetPath().Append(FPL("base_b")); in TEST_F()
525 ToUpperASCII(temp_dir_.GetPath().value().substr(0, 2)); in TEST_F()
599 FilePath long_test_dir = temp_dir_.GetPath().Append(kLongDirName); in TEST_F()
646 FilePath link_from = temp_dir_.GetPath().Append(FPL("from_file")); in TEST_F()
647 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F()
662 link_from = temp_dir_.GetPath().Append(FPL("from_dir")); in TEST_F()
663 link_to = temp_dir_.GetPath().Append(FPL("to_dir")); in TEST_F()
671 FilePath missing = temp_dir_.GetPath().Append(FPL("missing")); in TEST_F()
682 FilePath link_from = temp_dir_.GetPath().Append(FPL("from_file")); in TEST_F()
683 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F()
697 link_from = temp_dir_.GetPath().Append(FPL("from_dir")); in TEST_F()
698 link_to = temp_dir_.GetPath().Append(FPL("to_dir")); in TEST_F()
707 link_from = temp_dir_.GetPath().Append(FPL("link_a")); in TEST_F()
708 link_to = temp_dir_.GetPath().Append(FPL("link_b")); in TEST_F()
720 FilePath file_name = temp_dir_.GetPath().Append(FPL("Test DeleteFile 2.txt")); in TEST_F()
725 FilePath file_link = temp_dir_.GetPath().Append("file_link_2"); in TEST_F()
740 temp_dir_.GetPath().Append(FPL("Test DeleteFile 3.txt")); in TEST_F()
744 FilePath file_link = temp_dir_.GetPath().Append("file_link_3"); in TEST_F()
760 FilePath link_from = temp_dir_.GetPath().Append(FPL("from_file")); in TEST_F()
761 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F()
775 FilePath src_file = temp_dir_.GetPath().Append(FPL("src.txt")); in TEST_F()
790 temp_dir_.GetPath().Append(FPL("Test Readable File.txt")); in TEST_F()
828 temp_dir_.GetPath().Append(FPL("Test Readable File.txt")); in TEST_F()
869 FilePath subdir_path = temp_dir_.GetPath().Append(FPL("PermissionTest1")); in TEST_F()
919 FilePath dir1 = temp_dir_.GetPath().Append(kDir1); in TEST_F()
920 FilePath dir2 = temp_dir_.GetPath().Append(kDir2); in TEST_F()
955 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
980 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1031 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1044 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1069 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1081 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1099 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1110 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1128 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1139 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1153 FilePath src = temp_dir_.GetPath().Append(FPL("src.txt")); in TEST_F()
1162 FilePath dst = temp_dir_.GetPath().Append(FPL("dst.txt")); in TEST_F()
1233 FilePath src = temp_dir_.GetPath().Append(FILE_PATH_LITERAL("src.txt")); in TEST_F()
1243 FilePath dst = temp_dir_.GetPath().Append(FILE_PATH_LITERAL("dst.txt")); in TEST_F()
1252 FilePath src = temp_dir_.GetPath().Append(FILE_PATH_LITERAL("src")); in TEST_F()
1268 FilePath dst = temp_dir_.GetPath().Append(FILE_PATH_LITERAL("dst")); in TEST_F()
1285 temp_dir_.GetPath().AppendASCII("bogus_file_dne.foobar"); in TEST_F()
1295 FilePath non_existent = temp_dir_.GetPath().AppendASCII("bogus_topdir"); in TEST_F()
1307 FilePath file_name = temp_dir_.GetPath().Append(FPL("Test DeleteFile 1.txt")); in TEST_F()
1316 file_name = temp_dir_.GetPath().Append(FPL("Test DeleteFile 2.txt")); in TEST_F()
1332 temp_dir_.GetPath().Append(FPL("Test DeleteWildCard.txt")); in TEST_F()
1336 FilePath subdir_path = temp_dir_.GetPath().Append(FPL("DeleteWildCardDir")); in TEST_F()
1341 FilePath directory_contents = temp_dir_.GetPath(); in TEST_F()
1359 temp_dir_.GetPath().Append(FPL("DeleteNonExistantWildCard")); in TEST_F()
1381 temp_dir_.GetPath().Append(FPL("DeleteDirNonRecursive")); in TEST_F()
1411 FilePath test_subdir = temp_dir_.GetPath().Append(FPL("DeleteDirRecursive")); in TEST_F()
1441 FilePath test_subdir = temp_dir_.GetPath().Append(FPL("DeleteWithOpenFile")); in TEST_F()
1493 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Move_Test_File.txt")); in TEST_F()
1498 FilePath file_name_to = temp_dir_.GetPath().Append( in TEST_F()
1512 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Move_Test_File.txt")); in TEST_F()
1517 FilePath file_name_to = temp_dir_.GetPath().Append( in TEST_F()
1533 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Move_Test_File.txt")); in TEST_F()
1539 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Destination")); in TEST_F()
1550 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Move_From_Subdir")); in TEST_F()
1562 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Move_To_Subdir")); in TEST_F()
1591 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Move_From_Subdir")); in TEST_F()
1603 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Destination")); in TEST_F()
1626 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1650 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1676 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1700 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Destination")); in TEST_F()
1731 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1755 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1778 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1802 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1827 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_Test_File.txt")); in TEST_F()
1832 FilePath file_name_to = temp_dir_.GetPath().Append( in TEST_F()
1845 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_Test_File.txt")); in TEST_F()
1850 FilePath file_name_to = temp_dir_.GetPath().Append( in TEST_F()
1865 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_Test_File.txt")); in TEST_F()
1871 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Destination")); in TEST_F()
1886 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_Test_File.txt")); in TEST_F()
1891 FilePath file_name_to = temp_dir_.GetPath().Append( in TEST_F()
1904 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1916 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1923 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir\\\\\\")); in TEST_F()
1926 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir///")); in TEST_F()
1942 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
1966 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
1992 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
2004 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
2025 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
2036 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
2056 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
2068 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
2092 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
2103 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
2127 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
2139 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_To_Subdir")); in TEST_F()
2156 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("Copy_From_Subdir")); in TEST_F()
2200 FilePath dest_dir = temp_dir_.GetPath().Append(FPL("dest_dir")); in TEST_F()
2310 FilePath dir_name_from = temp_dir_.GetPath().Append( in TEST_F()
2323 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("CopyAndDelete_To_Subdir")); in TEST_F()
2371 FilePath file_path(temp_dir_.GetPath().Append(FPL("a_file"))); in TEST_F()
2437 FilePath file_name = temp_dir_.GetPath().Append(FPL("The file.txt")); in TEST_F()
2457 temp_dir_.GetPath(), FILE_PATH_LITERAL("CreateNewTemporaryDirInDirTest"), in TEST_F()
2460 EXPECT_TRUE(temp_dir_.GetPath().IsParent(new_dir)); in TEST_F()
2485 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("create_directory_test")); in TEST_F()
2540 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("detect_directory_test")); in TEST_F()
2559 FileEnumerator f0(temp_dir_.GetPath(), true, FILES_AND_DIRECTORIES); in TEST_F()
2565 temp_dir_.GetPath(), false, in TEST_F()
2567 EXPECT_EQ(temp_dir_.GetPath().Append(FPL("..")).value(), in TEST_F()
2572 FilePath dir1 = temp_dir_.GetPath().Append(FPL("dir1")); in TEST_F()
2574 FilePath dir2 = temp_dir_.GetPath().Append(FPL("dir2")); in TEST_F()
2584 FilePath file1 = temp_dir_.GetPath().Append(FPL("file1.txt")); in TEST_F()
2589 FilePath file2_abs = temp_dir_.GetPath().Append(FPL("file2.txt")); in TEST_F()
2592 FileEnumerator f1(temp_dir_.GetPath(), true, FileEnumerator::FILES); in TEST_F()
2601 FileEnumerator f2(temp_dir_.GetPath(), true, FileEnumerator::DIRECTORIES); in TEST_F()
2609 FileEnumerator f2_non_recursive(temp_dir_.GetPath(), false, in TEST_F()
2618 temp_dir_.GetPath(), false, in TEST_F()
2623 EXPECT_TRUE(c2_dotdot.HasFile(temp_dir_.GetPath().Append(FPL("..")))); in TEST_F()
2627 FileEnumerator f3(temp_dir_.GetPath(), true, FILES_AND_DIRECTORIES); in TEST_F()
2639 FileEnumerator f4(temp_dir_.GetPath(), false, FILES_AND_DIRECTORIES); in TEST_F()
2648 FileEnumerator f5(temp_dir_.GetPath(), true, FILES_AND_DIRECTORIES, in TEST_F()
2676 FileEnumerator f7(temp_dir_.GetPath(), false, FILES_AND_DIRECTORIES); in TEST_F()
2685 FileEnumerator f8(temp_dir_.GetPath(), true, FILES_AND_DIRECTORIES); in TEST_F()
2700 FileEnumerator f9(temp_dir_.GetPath(), true, FILES_AND_DIRECTORIES); in TEST_F()
2707 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("FilePathTest")); in TEST_F()
2736 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("ReadFileTest")); in TEST_F()
2769 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("ReadFileNotExistTest")); in TEST_F()
2781 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("ReadFileToStringTest")); in TEST_F()
2783 temp_dir_.GetPath() in TEST_F()
2785 .Append(temp_dir_.GetPath().BaseName()) in TEST_F()
2911 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("test_pipe")); in TEST_F()
3206 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("ReadFileToStringTest")); in TEST_F()
3229 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("FilePathTest")); in TEST_F()
3268 temp_dir_.GetPath().Append(FILE_PATH_LITERAL("EmptyDir")); in TEST_F()
3332 base_dir_ = temp_dir_.GetPath().AppendASCII("base_dir"); in SetUp()