Searched refs:android_app_ephemeral_dir (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Dglobals.h39 extern dir_rec_t android_app_ephemeral_dir;
H A Dglobals.cpp35 dir_rec_t android_app_ephemeral_dir; member in namespace:android::installd
79 if (copy_and_append(&android_app_ephemeral_dir, &android_data_dir, EPHEMERAL_APP_SUBDIR) < 0) {
H A Dutils.cpp1097 } else if (!strncmp(path, android_app_ephemeral_dir.path, android_app_ephemeral_dir.len)) {
1098 dir = &android_app_ephemeral_dir;

Completed in 105 milliseconds