HomeSort by relevance Sort by last modified time
    Searched full:datafile_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_test.cc 220 base::FilePath datafile_path; variable
221 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &datafile_path));
223 datafile_path = datafile_path.Append(FILE_PATH_LITERAL("third_party"))
227 test_server_.reset(new LocalSafeBrowsingTestServer(datafile_path));
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 546 FilePath datafile_path = FilePath(kDataFile); local
547 SafeBrowsingTestServer test_server(datafile_path);

Completed in 1147 milliseconds