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.cpp113 string inputPath = ResourceUtil::RealPath(argValue); in AddInput()
150 output_ = ResourceUtil::RealPath(argValue); in AddOutput()
273 string appendPath = ResourceUtil::RealPath(argValue); in AddAppend()
Dresource_util.cpp253 string ResourceUtil::RealPath(const string &path) in RealPath() function in OHOS::Global::Restool::ResourceUtil
255 return FileEntry::RealPath(path); in RealPath()
Dfile_entry.cpp178 string FileEntry::RealPath(const string &path) in RealPath() function in OHOS::Global::Restool::FileEntry