Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
H A Dcommon.cpp736 std::unique_ptr<char[]> pathDirRealPath = std::make_unique<char[]>(PATH_MAX); in CheckNotExistsFilePath() local
737 if ((pathDir.length() >= PATH_MAX - 1) || (realpath(pathDir.c_str(), pathDirRealPath.get()) == nullptr)) { in CheckNotExistsFilePath()
745 return {true, std::string(pathDirRealPath.get()) + "/" + filePath.substr(pos + 1)}; in CheckNotExistsFilePath()
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
H A Debpf_converter.cpp67 std::unique_ptr<char[]> pathDirRealPath = std::make_unique<char[]>(PATH_MAX); in CheckNotExistsFilePath() local
68 if ((pathDir.length() >= PATH_MAX - 1) || (realpath(pathDir.c_str(), pathDirRealPath.get()) == nullptr)) { in CheckNotExistsFilePath()
76 return {true, std::string(pathDirRealPath.get()) + "/" + filePath.substr(pos + 1)}; in CheckNotExistsFilePath()

Completed in 3 milliseconds