Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dclass_loader_context.go258 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/
Dfileslist.go58 func newNode(hostPath string, devicePath string, stat os.FileInfo) Node {
59 return Node{Name: devicePath, path: hostPath, stat: stat}