Home | History | Annotate | Download | only in base

Lines Matching defs:file_path

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