Home
last modified time | relevance | path

Searched refs:ScanPath (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp125 ScanPath(path); in EnumFontList()
129 void CFX_FolderFontInfo::ScanPath(const ByteString& path) { in ScanPath() function in CFX_FolderFontInfo
155 bFolder ? ScanPath(fullpath) : ScanFile(fullpath); in ScanPath()
Dcfx_folderfontinfo.h65 void ScanPath(const ByteString& path);
/external/u-boot/tools/buildman/
Dtoolchain.py250 def ScanPath(self, path, verbose): member in Toolchains
312 fnames = self.ScanPath(path, verbose)
561 compiler_fname_list = self.ScanPath(dirpath, True)
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp280 ScanPath("/system/fonts"); in LoadSystemFonts()
425 void CFPF_SkiaFontMgr::ScanPath(const ByteString& path) { in ScanPath() function in CFPF_SkiaFontMgr
445 ScanPath(fullpath); in ScanPath()
Dcfpf_skiafontmgr.h42 void ScanPath(const ByteString& path);