Searched defs:targetPath (Results 1 – 6 of 6) sorted by relevance
32 std::string targetPath; in ParseSources() local47 …std::string& targetPath, const std::string& etcPath, const std::string& vendorPath, const std::str… in GetTargetPath()
40 std::string targetPath; in ParseSources() local53 bool WakeupActionSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath()
46 std::string targetPath; in ParseSources() local64 bool WakeupSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath()
46 std::string targetPath; in ParseSources() local63 bool SuspendSourceParser::GetTargetPath(std::string& targetPath) in GetTargetPath()
165 std::string targetPath; variable
246 static int32_t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint… in GetPath()