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

/frameworks/native/cmds/installd/
H A Dglobals.cpp39 dir_rec_t android_data_dir; member in namespace:android::installd
64 if (get_path_from_string(&android_data_dir, data) < 0) {
69 if (copy_and_append(&android_app_dir, &android_data_dir, APP_SUBDIR) < 0) {
74 if (copy_and_append(&android_app_private_dir, &android_data_dir, PRIVATE_APP_SUBDIR) < 0) {
79 if (copy_and_append(&android_app_ephemeral_dir, &android_data_dir, EPHEMERAL_APP_SUBDIR) < 0) {
84 if (copy_and_append(&android_app_lib_dir, &android_data_dir, APP_LIB_SUBDIR) < 0) {
94 if (copy_and_append(&android_media_dir, &android_data_dir, MEDIA_SUBDIR) < 0) {
104 if (copy_and_append(&android_profiles_dir, &android_data_dir, PROFILES_SUBDIR) < 0) {

Completed in 51 milliseconds