Searched refs:InstallPathToOnDevicePath (Results 1 – 8 of 8) sorted by relevance
/build/soong/provenance/ |
D | provenance_singleton.go | 102 onDevicePathOfInstalledFile := android.InstallPathToOnDevicePath(ctx, installedFile)
|
/build/soong/java/ |
D | dexpreopt.go | 208 …return dexpreopt.OdexOnSystemOtherByName(moduleName(ctx), android.InstallPathToOnDevicePath(ctx, i… 243 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
|
D | app.go | 588 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir)
|
/build/soong/dexpreopt/ |
D | class_loader_context.go | 313 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath))
|
/build/soong/cc/ |
D | binary.go | 487 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
|
D | library.go | 1837 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
|
/build/soong/apex/ |
D | builder.go | 289 apexPath := android.InstallPathToOnDevicePath(ctx, a.installDir.Join(ctx, a.Name()))
|
/build/soong/android/ |
D | paths.go | 1796 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func
|