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

/frameworks/base/cmds/installd/
H A Dinstalld.h80 } dir_rec_t; typedef in typeref:struct:__anon1
84 dir_rec_t* dirs;
87 extern dir_rec_t android_app_dir;
88 extern dir_rec_t android_app_private_dir;
89 extern dir_rec_t android_data_dir;
90 extern dir_rec_t android_asec_dir;
96 const dir_rec_t* dir,
125 int get_path_from_env(dir_rec_t* rec, const char* var);
127 int get_path_from_string(dir_rec_t* rec, const char* path);
129 int copy_and_append(dir_rec_t* ds
[all...]

Completed in 54 milliseconds