Searched refs:shellPath (Results 1 – 2 of 2) sorted by relevance
234 string shellPath = Base::GetShellPath(); in Popen()235 execl(shellPath.c_str(), shellPath.c_str(), "-c", command.c_str(), NULL); in Popen()
964 string shellPath = "/bin/sh"; in GetShellPath() local965 if (stat(shellPath.c_str(), &filecheck) < 0) { in GetShellPath()966 shellPath = "/system/bin/sh"; in GetShellPath()967 if (stat(shellPath.c_str(), &filecheck) < 0) { in GetShellPath()968 shellPath = "sh"; in GetShellPath()971 return shellPath; in GetShellPath()