Home | History | Annotate | Download | only in installd

Lines Matching refs:dir_len

307         const size_t dir_len = android_system_dirs.dirs[i].len;
308 if (!strncmp(path, android_system_dirs.dirs[i].path, dir_len)) {
309 if (path[dir_len] == '.' || strchr(path + dir_len, '/') != NULL) {
414 size_t dir_len;
418 dir_len = android_app_dir.len;
420 dir_len = android_app_private_dir.len;
422 dir_len = android_asec_dir.len;
434 if ((subdir = strchr(path + dir_len, '/')) != NULL) {
447 if (path[dir_len] == '.'