Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp59 std::string tmpPath = std::string(path); in RustExcludeTrailingPathDelimiter() local
60 return rust::String(ExcludeTrailingPathDelimiter(tmpPath)); in RustExcludeTrailingPathDelimiter()
65 std::string tmpPath = std::string(path); in RustIncludeTrailingPathDelimiter() local
66 return rust::String(IncludeTrailingPathDelimiter(tmpPath)); in RustIncludeTrailingPathDelimiter()
71 std::string tmpPath = std::string(path); in RustPathToRealPath() local
74 if (PathToRealPath(tmpPath, tmpResolved)) { in RustPathToRealPath()
84 std::string tmpPath(path); in RustGetDirFiles()
86 GetDirFiles(tmpPath, tmpFiles); in RustGetDirFiles()
428 char tmpPath[PATH_MAX] = {0}; in PathToRealPath() local
429 if (realpath(path.c_str(), tmpPath) in PathToRealPath()
[all...]
H A Dfile_ex.cpp38 std::string tmpPath(filePath); in RustLoadStringFromFile()
40 if (LoadStringFromFile(tmpPath, tmpContent)) { in RustLoadStringFromFile()
59 std::string tmpPath(filePath); in RustLoadBufferFromFile()
61 if (LoadBufferFromFile(tmpPath, tmpContent)) { in RustLoadBufferFromFile()
70 std::string tmpPath(filePath); in RustSaveBufferToFile()
72 return SaveBufferToFile(tmpPath, tmpContent, truncated); in RustSaveBufferToFile()
77 std::string tmpPath(filePath); in RustSaveStringToFile()
79 return SaveStringToFile(tmpPath, tmpContent, truncated); in RustSaveStringToFile()

Completed in 2 milliseconds