Lines Matching defs:path
671 std::string path = "/data/themes/a/app";
672 if (!IsFontFileExistInPath(path)) {
673 path = "/data/themes/b/app";
674 if (!IsFontFileExistInPath(path)) {
678 path = path.append("/fonts/");
679 familyName = GetFontFamilyName(path);
683 path = path.append(familyName);
684 fontManager->SetFontFamily(familyName.c_str(), path.c_str());