Home
last modified time | relevance | path

Searched refs:GetExecutableDir (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/testing/utils/
H A Dpath_service.cpp68 bool PathService::GetExecutableDir(std::string* path) { in GetExecutableDir() function in PathService
111 if (!GetExecutableDir(path)) in GetSourceDir()
H A Dpath_service.h26 static bool GetExecutableDir(std::string* path);
/aosp_15_r20/external/pdfium/testing/
H A Dtest_fonts.cpp95 if (!PathService::GetExecutableDir(&font_path_)) in TestFonts()