Home | History | Annotate | Download | only in installd

Lines Matching refs:dir_len

922     size_t dir_len = dir->len;
923 const char* subdir = strchr(path + dir_len, '/');
935 if ((path[dir_len] == '.') || ((subdir != NULL) && (*subdir == '.'))) {
951 const size_t dir_len = android_system_dirs.dirs[i].len;
952 if (!strncmp(path, android_system_dirs.dirs[i].path, dir_len)) {