OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system_app_path
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/cmds/installd/
installd.c
304
char *
system_app_path
= build_string2(android_system_dirs.dirs[0].path, APP_SUBDIR);
local
305
android_system_dirs.dirs[0].path =
system_app_path
;
306
android_system_dirs.dirs[0].len = strlen(
system_app_path
);
Completed in 145 milliseconds