Home | History | Annotate | Download | only in base

Lines Matching defs:file_path

69     FilePath file_path;
70 PathService::Get(base::DIR_SOURCE_ROOT, &file_path);
71 file_path = file_path.AppendASCII("net");
72 file_path = file_path.AppendASCII("data");
73 file_path = file_path.AppendASCII("filter_unittests");
74 file_path = file_path.AppendASCII("google.txt");
77 ASSERT_TRUE(file_util::ReadFileToString(file_path, &source_buffer_));