Home
last modified time | relevance | path

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

/developtools/global_resource_tool/include/
Dfile_entry.h59 static std::string RealPath(const std::string &path);
Dresource_util.h154 static std::string RealPath(const std::string &path);
/developtools/global_resource_tool/src/
Dcmd_parser.cpp121 string inputPath = ResourceUtil::RealPath(argValue); in AddInput()
142 string sysIdDefinedPath = ResourceUtil::RealPath(argValue); in AddSysIdDefined()
180 output_ = ResourceUtil::RealPath(argValue); in AddOutput()
309 string appendPath = ResourceUtil::RealPath(argValue); in AddAppend()
Dresource_util.cpp252 string ResourceUtil::RealPath(const string &path) in RealPath() function in OHOS::Global::Restool::ResourceUtil
254 return FileEntry::RealPath(path); in RealPath()
Dfile_entry.cpp178 string FileEntry::RealPath(const string &path) in RealPath() function in OHOS::Global::Restool::FileEntry