Home | History | Annotate | Download | only in installd

Lines Matching refs:dir_rec_t

86 } dir_rec_t;
90 dir_rec_t* dirs;
93 extern dir_rec_t android_app_dir;
94 extern dir_rec_t android_app_private_dir;
95 extern dir_rec_t android_app_lib_dir;
96 extern dir_rec_t android_data_dir;
97 extern dir_rec_t android_asec_dir;
98 extern dir_rec_t android_media_dir;
131 const dir_rec_t* dir,
174 int get_path_from_env(dir_rec_t* rec, const char* var);
176 int get_path_from_string(dir_rec_t* rec, const char* path);
178 int copy_and_append(dir_rec_t* dst, const dir_rec_t* src, const char* suffix);