Lines Matching refs:tmpPath
59 std::string tmpPath = std::string(path);
60 return rust::String(ExcludeTrailingPathDelimiter(tmpPath));
65 std::string tmpPath = std::string(path);
66 return rust::String(IncludeTrailingPathDelimiter(tmpPath));
71 std::string tmpPath = std::string(path);
74 if (PathToRealPath(tmpPath, tmpResolved)) {
84 std::string tmpPath(path);
86 GetDirFiles(tmpPath, tmpFiles);
428 char tmpPath[PATH_MAX] = {0};
429 if (realpath(path.c_str(), tmpPath) == nullptr) {
434 realPath = tmpPath;