Home
last modified time | relevance | path

Searched refs:baseName (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h129 static std::string toExecutableName(const char* baseName, HostType hostType);
131 static std::string toExecutableName(const char* baseName) { in toExecutableName() argument
132 return toExecutableName(baseName, HOST_TYPE); in toExecutableName()
230 std::string* baseName);
235 std::string* baseName) { in split() argument
236 return split(path, HOST_TYPE, dirName, baseName); in split()
/hardware/google/aemu/base/
DPathUtils.cpp42 std::string PathUtils::toExecutableName(const char* baseName, in toExecutableName() argument
44 return static_cast<std::string>(baseName).append( in toExecutableName()
149 std::string* baseName) { in split() argument
172 if (baseName) { in split()
173 *baseName = path + pos; in split()
186 if (baseName) { in split()
187 *baseName = path + prefixLen; in split()