Searched refs:hostPath (Results 1 – 2 of 2) sorted by relevance
/build/soong/dexpreopt/ |
D | class_loader_context.go | 258 hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap) error { argument 298 Host: hostPath, 310 lib string, hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap) { argument 312 err := clcMap.addContext(ctx, sdkVer, lib, hostPath, installPath, nestedClcMap)
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 58 func newNode(hostPath string, devicePath string, stat os.FileInfo) Node { 59 return Node{Name: devicePath, path: hostPath, stat: stat}
|