Lines Matching defs:path
808 std::string zonePath = dirEntry.path();
810 HILOG_ERROR_I18N("GetTimezoneIDFromZoneInfo: zoneinfo path %{public}s not exist.", parentPath.c_str());
813 std::string zoneName = zonePath.substr(parentPath.length() + 1); // 1 add length of path splitor
962 std::string xmlPath = dirEntry.path();
1191 std::string path = filePaths.at(0);
1192 fp = fopen(path.c_str(), "rb");
1252 std::string path = filePaths.at(i);
1253 std::string left = path.substr(path.find("-") + 1, 3);
1254 std::string right = path.substr(path.find("-") + 4, 3);
1256 return path;
1269 const std::vector<std::filesystem::path> pixelPaths = {TZ_PIXEL_PATH, DISTRO_TZ_PIXEL_PATH};
1277 const std::string path = entry.path();
1279 bool found = RegexSearchNoExcept(path, match, reg);
1280 bool hasVerison = RegexSearchNoExcept(path, match, regVersion);
1283 SetVersionPathMap(version, path, &pathMap);
1301 std::string path = pathList.at(i);
1302 std::string left = path.substr(path.find("-") + 1, 3);
1303 std::string right = path.substr(path.find("-") + 4, 3);
1310 void I18nTimeZone::SetVersionPathMap(std::string verison, std::string path,
1318 list->push_back(path);
1321 list.push_back(path);