Home
last modified time | relevance | path

Searched refs:realFilePath (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/base/src/
Dcommon.cpp440 char* realFilePath = realpath(filePath.c_str(), nullptr); in ReadFile() local
441 CHECK_NOTNULL(realFilePath, false, "Fail to realPath: %s", filePath.c_str()); in ReadFile()
443 std::string realFilePathStr(realFilePath); in ReadFile()
444 free(realFilePath); in ReadFile()