Searched refs:InstallPathToOnDevicePath (Results 1 – 8 of 8) sorted by relevance
/build/soong/java/ |
D | dexpreopt.go | 122 …return dexpreopt.OdexOnSystemOtherByName(ctx.ModuleName(), android.InstallPathToOnDevicePath(ctx, … 134 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
|
D | app.go | 633 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir)
|
/build/soong/android/ |
D | notices.go | 73 noticeRelPath := InstallPathToOnDevicePath(ctx, installPath.Join(ctx, installFilename+".txt"))
|
D | paths.go | 1675 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func
|
/build/soong/dexpreopt/ |
D | class_loader_context.go | 276 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath))
|
/build/soong/cc/ |
D | binary.go | 480 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
|
D | library.go | 1615 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
|
/build/soong/apex/ |
D | builder.go | 291 apexPath := android.InstallPathToOnDevicePath(ctx, a.installDir.Join(ctx, a.Name()))
|