Searched refs:InstallPathToOnDevicePath (Results 1 – 7 of 7) sorted by relevance
/build/soong/java/ |
D | dexpreopt.go | 114 …return dexpreopt.OdexOnSystemOtherByName(ctx.ModuleName(), android.InstallPathToOnDevicePath(ctx, … 162 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
|
D | app.go | 759 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir) 1933 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath))
|
/build/soong/android/ |
D | notices.go | 73 noticeRelPath := InstallPathToOnDevicePath(ctx, installPath.Join(ctx, installFilename+".txt"))
|
D | paths.go | 1345 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func
|
/build/soong/cc/ |
D | binary.go | 453 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
|
D | library.go | 1212 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
|
/build/soong/apex/ |
D | builder.go | 687 devicePath := android.InstallPathToOnDevicePath(ctx, installPath)
|