Searched refs:RealPath (Results 1 – 5 of 5) sorted by relevance
59 static std::string RealPath(const std::string &path);
154 static std::string RealPath(const std::string &path);
113 string inputPath = ResourceUtil::RealPath(argValue); in AddInput()150 output_ = ResourceUtil::RealPath(argValue); in AddOutput()273 string appendPath = ResourceUtil::RealPath(argValue); in AddAppend()
253 string ResourceUtil::RealPath(const string &path) in RealPath() function in OHOS::Global::Restool::ResourceUtil255 return FileEntry::RealPath(path); in RealPath()
178 string FileEntry::RealPath(const string &path) in RealPath() function in OHOS::Global::Restool::FileEntry