OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_app_size
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/installd/
commands.h
46
int
get_app_size
(const char *uuid, const char *pkgname, int userid, int flags, ino_t ce_data_inode,
installd.cpp
333
res =
get_app_size
(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]), atol(arg[4]),
441
{ "
get_app_size
", 6, do_get_app_size },
commands.cpp
682
int
get_app_size
(const char *uuid, const char *pkgname, int userid, int flags, ino_t ce_data_inode,
function in namespace:android::installd
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
Installer.java
121
final String[] res = mInstaller.execute("
get_app_size
", uuid, pkgname, userid, flags,
Completed in 90 milliseconds