Searched refs:test_dir_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dbrowser_encoding_browsertest.cc161 base::FilePath test_dir_path = base::FilePath(kTestDir).AppendASCII( local
163 base::FilePath test_file_path(test_dir_path);
185 base::FilePath test_dir_path = local
187 test_dir_path = test_dir_path.AppendASCII(kTestFileName);
188 GURL url = net::URLRequestMockHTTPJob::GetMockUrl(test_dir_path);
288 base::FilePath test_dir_path = local
304 base::FilePath test_file_path(test_dir_path);
/external/chromium_org/base/files/
H A Dfile_proxy_unittest.cc84 const FilePath& test_dir_path() const { return dir_.path(); } function in class:base::FileProxyTest
166 EXPECT_FALSE(base::Move(test_path(), test_dir_path().AppendASCII("new")));
175 EXPECT_TRUE(base::Move(test_path(), test_dir_path().AppendASCII("new")));
H A Dfile_util_proxy_unittest.cc47 const FilePath& test_dir_path() const { return dir_.path(); } function in class:base::FileUtilProxyTest
/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.cc637 std::string test_dir_path = "/dir_for_escaping_test"; local
639 pp::FileRef test_dir_ref(file_system, test_dir_path.c_str());
646 std::string full_file_path = test_dir_path + "/" + kTerribleName;

Completed in 515 milliseconds