Home | History | Annotate | Download | only in installd

Lines Matching refs:dir_rec_t

100 } dir_rec_t;
104 dir_rec_t* dirs;
107 extern dir_rec_t android_app_dir;
108 extern dir_rec_t android_app_private_dir;
109 extern dir_rec_t android_app_lib_dir;
110 extern dir_rec_t android_data_dir;
111 extern dir_rec_t android_asec_dir;
112 extern dir_rec_t android_media_dir;
113 extern dir_rec_t android_mnt_expand_dir;
199 int get_path_from_env(dir_rec_t* rec, const char* var);
201 int get_path_from_string(dir_rec_t* rec, const char* path);
203 int copy_and_append(dir_rec_t* dst, const dir_rec_t* src, const char* suffix);