Searched refs:exePath (Results 1 – 2 of 2) sorted by relevance
34 const exePath = path.join(path.dirname(process.execPath), exe); constant36 const child = child_process.spawn(exePath, [], {
136 std::string exePath = GetExecutablePath(); in GetExecutableDirectory() local137 size_t lastPathSepLoc = exePath.find_last_of(GetPathSeparator()); in GetExecutableDirectory()138 return lastPathSepLoc != std::string::npos ? exePath.substr(0, lastPathSepLoc + 1) : ""; in GetExecutableDirectory()