Lines Matching defs:path
42 Taboo::Taboo(const std::string& path) : tabooDataPath(path)
138 void Taboo::ParseTabooData(const std::string& path, DataFileType fileType, const std::string& locale)
141 xmlDocPtr doc = xmlParseFile(path.c_str());
143 HILOG_ERROR_I18N("Taboo parse taboo data file failed: %{public}s", path.c_str());
149 HILOG_ERROR_I18N("Taboo get root tag from taboo data file failed: %{public}s", path.c_str());
159 HILOG_ERROR_I18N("Taboo get name and value property failed: %{public}s", path.c_str());
248 std::string path = dirEntry.path();
249 if (stat(path.c_str(), &s) != 0) {
250 HILOG_ERROR_I18N("get path status failed");
254 std::string fileName = path.substr(tabooDataPath.length());