Lines Matching defs:path
71 char path[PATH_MAX + 1] = { 0 };
73 realpath(inFilePath.c_str(), path) == nullptr) {
74 HILOGE("Get continue config file real path fail, inFilePath %{public}s.", GetAnonymStr(inFilePath).c_str());
78 realFilePath = std::string(path);
80 HILOGE("Real file path is empty.");
84 HILOGE("The real file path %{public}s does not exist in the file system.", GetAnonymStr(realFilePath).c_str());
88 HILOGI("The real file path %{public}s exist in the file system.", GetAnonymStr(realFilePath).c_str());
142 HILOGI("Not find continue config file, relative path %{public}s.",
150 HILOGI("Get Continue config file full path success, cfgFullPath %{public}s.",
160 HILOGE("Continue config full path is invalid, cfgFullPath %{public}s.", anonymPath.c_str());