Lines Matching refs:Base
41 string hdcPath = Base::GetHdcAbsolutePath(); in GetPath()
42 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetPath()
43 return (hdcPath.substr(0, index) + Base::GetPathSep() + path); in GetPath()
61 return Base::CheckDirectoryOrPath(path.c_str(), true, true); in SharedLibraryExist()
177 all = Base::ReplaceAll(all, "\n", "\texternal\n"); in ListTargets()
178 Base::PrintMessage("%s", all.c_str()); in ListTargets()
180 Base::PrintMessage("%s", extdevs.c_str()); in ListTargets()
192 Base::SplitString(str, "\n", devs); in UpdateList()
292 char **argv = Base::SplitCommandToArgs(cmd.c_str(), &argc); in RemoveRemoteCwd()
298 … std::string remove = Base::StringFormat("%s %s \"%s\" ", argv[i], argv[i + 1], argv[i + 2]); in RemoveRemoteCwd()
327 Base::PrintMessage("%s", strBuf.c_str()); in HandleLib()