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/native/cmds/installd/
installd.c
312
char *
system_app_path
= build_string2(android_system_dirs.dirs[0].path, APP_SUBDIR);
local
313
android_system_dirs.dirs[0].path =
system_app_path
;
314
android_system_dirs.dirs[0].len = strlen(
system_app_path
);
Completed in 164 milliseconds