Loading include/private/android_filesystem_config.h +4 −0 Original line number Diff line number Diff line Loading @@ -236,6 +236,10 @@ static inline void fs_config(const char *path, int dir, struct fs_path_config *pc; int plen; if (path[0] == '/') { path++; } pc = dir ? android_dirs : android_files; plen = strlen(path); for(; pc->prefix; pc++){ Loading Loading
include/private/android_filesystem_config.h +4 −0 Original line number Diff line number Diff line Loading @@ -236,6 +236,10 @@ static inline void fs_config(const char *path, int dir, struct fs_path_config *pc; int plen; if (path[0] == '/') { path++; } pc = dir ? android_dirs : android_files; plen = strlen(path); for(; pc->prefix; pc++){ Loading