Home | History | Annotate | Download | only in files

Lines Matching refs:test_path

48   const FilePath test_path() const { return dir_.path().AppendASCII("test"); }
66 ASSERT_EQ(4, WriteFile(test_path(), "test", 4));
68 GetFileInfo(test_path(), &expected_info);
73 test_path(),
89 ASSERT_TRUE(base::CreateDirectory(test_path()));
91 GetFileInfo(test_path(), &expected_info);
96 test_path(),
111 ASSERT_EQ(4, WriteFile(test_path(), "test", 4));
117 test_path(),
125 GetFileInfo(test_path(), &info);