Home
last modified time | relevance | path

Searched refs:IsFontFileExistInPath (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_container.h556 bool IsFontFileExistInPath(std::string path);
Dace_container.cpp1848 if (!IsFontFileExistInPath(path)) { in CheckAndSetFontFamily()
1850 if (!IsFontFileExistInPath(path)) { in CheckAndSetFontFamily()
1864 bool AceContainer::IsFontFileExistInPath(std::string path) in IsFontFileExistInPath() function in OHOS::Ace::Platform::AceContainer