HomeSort by relevance Sort by last modified time
    Searched refs:dir_rec_t (Results 1 - 5 of 5) sorted by null

  /frameworks/native/cmds/installd/
installd.h 100 } dir_rec_t; typedef in typeref:struct:__anon22894
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)
    [all...]
utils.cpp 921 static int validate_path(const dir_rec_t* dir, const char* path, int maxSubdirs) {
965 int get_path_from_env(dir_rec_t* rec, const char* var) {
981 int get_path_from_string(dir_rec_t* rec, const char* path) {
1030 int copy_and_append(dir_rec_t* dst, const dir_rec_t* src, const char* suffix) {
    [all...]
installd.cpp 379 android_system_dirs.dirs = (dir_rec_t*) calloc(android_system_dirs.count, sizeof(dir_rec_t));
385 dir_rec_t android_root_dir;
commands.cpp 35 dir_rec_t android_data_dir;
36 dir_rec_t android_asec_dir;
37 dir_rec_t android_app_dir;
38 dir_rec_t android_app_private_dir;
39 dir_rec_t android_app_lib_dir;
40 dir_rec_t android_media_dir;
41 dir_rec_t android_mnt_expand_dir;
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 68 android_system_dirs.dirs = (dir_rec_t*) calloc(android_system_dirs.count, sizeof(dir_rec_t));
270 dir_rec_t test1;
276 dir_rec_t test1;
282 dir_rec_t test1;
288 dir_rec_t test1;
300 dir_rec_t test3;
400 //int copy_and_append(dir_rec_t* dst, dir_rec_t* src, char* suffix)
401 dir_rec_t dst
    [all...]

Completed in 67 milliseconds