Home
last modified time | relevance | path

Searched refs:realpathRes (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp144 char *realpathRes = nullptr; in CheckTzDataFilePath() local
145 realpathRes = realpath(filePath.c_str(), nullptr); in CheckTzDataFilePath()
146 if (realpathRes == nullptr) { in CheckTzDataFilePath()
152 free(realpathRes); in CheckTzDataFilePath()
156 free(realpathRes); in CheckTzDataFilePath()
157 realpathRes = nullptr; in CheckTzDataFilePath()
H A Dholiday_manager.cpp145 char *realpathRes = realpath(path, nullptr); in ValidateHolidayFilePath() local
146 if (realpathRes == NULL) { in ValidateHolidayFilePath()
147 free(realpathRes); in ValidateHolidayFilePath()
152 free(realpathRes); in ValidateHolidayFilePath()
157 free(realpathRes); in ValidateHolidayFilePath()
158 realpathRes = NULL; in ValidateHolidayFilePath()

Completed in 2 milliseconds