Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/rbcrun/
H A Dhost.go37 const callingFileKey = "callingFile" const
137 callingFile := thread.Local(callingFileKey).(string)
185 childThread.SetLocal(callingFileKey, modulePath)
399 mainThread.SetLocal(callingFileKey, filename)
H A Dhost_test.go130 thread.SetLocal(callingFileKey, "testdata/load.star")