Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-child-process-stdio-overlapped.js34 const exePath = path.join(path.dirname(process.execPath), exe); constant
36 const child = child_process.spawn(exePath, [], {
/third_party/skia/third_party/externals/dawn/src/common/
DSystemUtils.cpp136 std::string exePath = GetExecutablePath(); in GetExecutableDirectory() local
137 size_t lastPathSepLoc = exePath.find_last_of(GetPathSeparator()); in GetExecutableDirectory()
138 return lastPathSepLoc != std::string::npos ? exePath.substr(0, lastPathSepLoc + 1) : ""; in GetExecutableDirectory()