Lines Matching defs:path
134 std::string path = fdDirName + "/" + std::string(de->d_name);
136 if (ReadLink(path, target)) {
137 list[fd].path = target;
139 list[fd].path = "???";
140 DFXLOGE("failed to readlink %{public}s: %{public}s", path.c_str(), strerror(errno));
202 const std::string path = entry.path;
206 if (!path.empty()) {
207 openFiles += std::to_string(fd) + "->" + path + " " + type + " " + std::to_string(val) + "\n";
209 openFiles += "OpenFilesList contain an entry (fd " + std::to_string(fd) + ") with no path or owner\n";
760 DFXLOGI("create crash path %{public}s succ.", logPath.c_str());