Searched refs:parentPath (Results 1 - 5 of 5) sorted by relevance
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | selinux_restorecon.c | 202 char *parentPath = dirname(parent); in RestoreconFromParentDir() local 204 if (lgetfilecon(parentPath, &parentSecontext) < 0) { in RestoreconFromParentDir() 205 selinux_log(SELINUX_ERROR, "Get parent dir secontext failed: %s, errno: %s\n", parentPath, strerror(errno)); in RestoreconFromParentDir()
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_persister.cpp | 142 std::string parentPath = path.substr(0, separatorPos); in Init() local 143 if (access(parentPath.c_str(), F_OK) != 0) { in Init() 161 if (int result = PrepareUncompressedFile(parentPath, restore)) { in Init() 194 int LogPersister::PrepareUncompressedFile(const std::string& parentPath, bool restore) in PrepareUncompressedFile() argument 197 m_plainLogFilePath = parentPath + "/" + fileName; in PrepareUncompressedFile()
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_persister.h | 86 int PrepareUncompressedFile(const std::string& parentPath, bool restore);
|
/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_timezone.cpp | 801 void I18nTimeZone::GetTimezoneIDFromZoneInfo(std::set<std::string> &availableIDs, std::string &parentPath, in GetTimezoneIDFromZoneInfo() argument 807 for (const auto &dirEntry : directory_iterator{parentPath}) { in GetTimezoneIDFromZoneInfo() 810 HILOG_ERROR_I18N("GetTimezoneIDFromZoneInfo: zoneinfo path %{public}s not exist.", parentPath.c_str()); in GetTimezoneIDFromZoneInfo() 813 std::string zoneName = zonePath.substr(parentPath.length() + 1); // 1 add length of path splitor in GetTimezoneIDFromZoneInfo()
|
/base/global/i18n/frameworks/intl/include/ |
H A D | i18n_timezone.h | 99 static void GetTimezoneIDFromZoneInfo(std::set<std::string> &availableIDs, std::string &parentPath,
|
Completed in 5 milliseconds