OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_app_private_dir
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/installd/
globals.h
46
extern dir_rec_t
android_app_private_dir
;
globals.cpp
53
dir_rec_t
android_app_private_dir
;
member in namespace:android::installd
90
if (copy_and_append(&
android_app_private_dir
, &android_data_dir, PRIVATE_APP_SUBDIR) < 0) {
utils.cpp
[
all
...]
/frameworks/native/cmds/installd/tests/
installd_utils_test.cpp
57
android_app_private_dir
.path = (char*) TEST_APP_PRIVATE_DIR;
58
android_app_private_dir
.len = strlen(TEST_APP_PRIVATE_DIR);
Completed in 127 milliseconds