Home
last modified time | relevance | path

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

/build/make/tools/rbcrun/
Dhost.go29 const callerDirKey = "callerDir" const
70 modulePath, err := moduleName2AbsPath(module, thread.Local(callerDirKey).(string))
101 childThread.SetLocal(callerDirKey, filepath.Dir(modulePath))
310 mainThread.SetLocal(callerDirKey, filepath.Dir(absPath))
Dhost_test.go140 thread.SetLocal(callerDirKey, dir)