Searched refs:baseName (Results 1 – 2 of 2) sorted by relevance
129 static std::string toExecutableName(const char* baseName, HostType hostType);131 static std::string toExecutableName(const char* baseName) { in toExecutableName() argument132 return toExecutableName(baseName, HOST_TYPE); in toExecutableName()230 std::string* baseName);235 std::string* baseName) { in split() argument236 return split(path, HOST_TYPE, dirName, baseName); in split()
42 std::string PathUtils::toExecutableName(const char* baseName, in toExecutableName() argument44 return static_cast<std::string>(baseName).append( in toExecutableName()149 std::string* baseName) { in split() argument172 if (baseName) { in split()173 *baseName = path + pos; in split()186 if (baseName) { in split()187 *baseName = path + prefixLen; in split()