Searched refs:install (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/native/cmds/installd/
H A Dcommands.c34 int install(const char *pkgname, uid_t uid, gid_t gid, const char *seinfo) function
79 ALOGE("couldn't delete lib directory during install for: %s", libsymlink);
84 ALOGE("couldn't unlink lib directory during install for: %s", libsymlink);
230 ALOGE("couldn't delete lib directory during install for non-primary: %s",
237 ALOGE("couldn't unlink lib directory during install for non-primary: %s",
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java518 filter.install(mInputFilterHost);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java229 adb install -r -f out/target/product/passion/data/app/AndroidTests.apk
260 // package apks to install directory.
602 // Recordkeeping of restore-after-install operations that are currently in flight
805 // need to do anything. The pending install
850 // Delete pending install
867 // of next pending install.
910 // of next pending install.
988 if (DEBUG_INSTALL) Log.v(TAG, "Handling post-install for " + msg.arg1);
1092 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
1410 // scanning install directorie
[all...]

Completed in 3170 milliseconds

12