Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_register_font.cpp49 static bool StdFilesystemExists(const std::string &p, std::error_code &ec) in StdFilesystemExists() function
54 static bool StdFilesystemExists(const std::string &p) in StdFilesystemExists() function
95 bool ret = StdFilesystemExists(path, ec); in LoadFontDataFromFile()
100 bool ret = StdFilesystemExists(path); in LoadFontDataFromFile()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_collection.cpp168 auto ret = StdFilesystemExists(path); in LoadFontFamily()
209 bool RosenFontCollection::StdFilesystemExists(const std::string &path) in StdFilesystemExists() function in OHOS::Ace::RosenFontCollection
H A Drosen_font_collection.h66 bool StdFilesystemExists(const std::string &path);