Home
last modified time | relevance | path

Searched refs:InstallPathToOnDevicePath (Results 1 – 8 of 8) sorted by relevance

/build/soong/java/
Ddexpreopt.go122 …return dexpreopt.OdexOnSystemOtherByName(ctx.ModuleName(), android.InstallPathToOnDevicePath(ctx, …
134 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
Dapp.go633 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir)
/build/soong/android/
Dnotices.go73 noticeRelPath := InstallPathToOnDevicePath(ctx, installPath.Join(ctx, installFilename+".txt"))
Dpaths.go1675 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func
/build/soong/dexpreopt/
Dclass_loader_context.go276 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath))
/build/soong/cc/
Dbinary.go480 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
Dlibrary.go1615 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
/build/soong/apex/
Dbuilder.go291 apexPath := android.InstallPathToOnDevicePath(ctx, a.installDir.Join(ctx, a.Name()))