Searched refs:file_path2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dfilereader_unittest.py145 file_path2 = self._create_file(rel_path, 'bar')
148 processed = [(['bar'], file_path2, None),
/external/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc574 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_,
576 EXPECT_EQ(unique_file1_.string(), file_path2.string());
577 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
578 CreateTextFile(file_path2.c_str());
579 EXPECT_TRUE(file_path2.FileOrDirectoryExists());
/external/gtest/test/
H A Dgtest-filepath_test.cc574 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_,
576 EXPECT_EQ(unique_file1_.string(), file_path2.string());
577 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
578 CreateTextFile(file_path2.c_str());
579 EXPECT_TRUE(file_path2.FileOrDirectoryExists());
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc504 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_,
506 EXPECT_STREQ(unique_file1_.c_str(), file_path2.c_str());
507 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
508 CreateTextFile(file_path2.c_str());
509 EXPECT_TRUE(file_path2.FileOrDirectoryExists());
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc2152 const std::string file_path2 = folder_path + "basic.html"; local
2155 EXPECT_NO_FATAL_FAILURE(CheckCanOpenURL(browser(), file_path2.c_str()));
2167 EXPECT_NO_FATAL_FAILURE(CheckURLIsBlocked(browser(), file_path2.c_str()));
2204 EXPECT_NO_FATAL_FAILURE(CheckURLIsBlocked(browser(), file_path2.c_str()));

Completed in 1821 milliseconds