Searched refs:InstallPathToOnDevicePath (Results 1 – 7 of 7) sorted by relevance
/build/soong/java/ |
D | dexpreopt.go | 118 …return dexpreopt.OdexOnSystemOtherByName(ctx.ModuleName(), android.InstallPathToOnDevicePath(ctx, … 163 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
|
D | app.go | 752 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 | 1271 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func
|
/build/soong/cc/ |
D | binary.go | 453 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
|
D | library.go | 1201 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
|
/build/soong/apex/ |
D | builder.go | 624 devicePath := android.InstallPathToOnDevicePath(ctx, installPath)
|