OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
51
dir_rec_t
android_app_private_dir
;
member in namespace:android::installd
88
if (copy_and_append(&
android_app_private_dir
, &android_data_dir, PRIVATE_APP_SUBDIR) < 0) {
utils.cpp
895
} else if (!strncmp(path,
android_app_private_dir
.path,
android_app_private_dir
.len)) {
896
dir = &
android_app_private_dir
;
[
all
...]
/frameworks/native/cmds/installd/tests/
installd_utils_test.cpp
60
android_app_private_dir
.path = (char*) TEST_APP_PRIVATE_DIR;
61
android_app_private_dir
.len = strlen(TEST_APP_PRIVATE_DIR);
Completed in 354 milliseconds