HomeSort by relevance Sort by last modified time
    Searched refs:GetTestFilePath (Results 1 - 12 of 12) sorted by null

  /external/pdfium/testing/utils/
path_service.h 35 static bool GetTestFilePath(const std::string& file_name, std::string* path);
path_service.cpp 98 bool PathService::GetTestFilePath(const std::string& file_name,
  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables_unittest.cpp 24 if (!PathService::GetTestFilePath(file_name, &file_path))
cpdf_parser_unittest.cpp 56 ASSERT_TRUE(PathService::GetTestFilePath("parser_rebuildxref_correct.pdf",
72 ASSERT_TRUE(PathService::GetTestFilePath(
  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 48 return capturer_->Init(cricket::GetTestFilePath(filename));
195 cricket::GetTestFilePath("captured-320x240-2s-48.frames");
devicemanager_unittest.cc 210 cricket::GetTestFilePath("captured-320x240-2s-48.frames");
  /external/webrtc/talk/media/base/
testutils.cc 262 std::string GetTestFilePath(const std::string& filename) {
287 GetTestFilePath(ss.str())), "rb"));
testutils.h 187 std::string GetTestFilePath(const std::string& filename);
videoframe_unittest.h 161 rtc::Pathname path(cricket::GetTestFilePath(filename));
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_dataavail_embeddertest.cpp 38 if (!PathService::GetTestFilePath(file_name, &file_path))
fpdfview_embeddertest.cpp 592 PathService::GetTestFilePath("unsupported_feature.pdf", &file_path));
  /external/pdfium/testing/
embedder_test.cpp 124 if (!PathService::GetTestFilePath(filename, &file_path))

Completed in 2393 milliseconds