Searched defs:android_data_dir (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dglobals.cpp53 dir_rec_t android_data_dir; member in namespace:android::installd
78 if (get_path_from_string(&android_data_dir, data) < 0) {
83 if (copy_and_append(&android_app_dir, &android_data_dir, APP_SUBDIR) < 0) {
88 if (copy_and_append(&android_app_private_dir, &android_data_dir, PRIVATE_APP_SUBDIR) < 0) {
93 if (copy_and_append(&android_app_ephemeral_dir, &android_data_dir, EPHEMERAL_APP_SUBDIR) < 0) {
98 if (copy_and_append(&android_app_lib_dir, &android_data_dir, APP_LIB_SUBDIR) < 0) {
108 if (copy_and_append(&android_media_dir, &android_data_dir, MEDIA_SUBDIR) < 0) {
118 if (copy_and_append(&android_profiles_dir, &android_data_dir, PROFILES_SUBDIR) < 0) {

Completed in 476 milliseconds