Searched refs:dir_len (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/installd/
H A Dutils.c307 const size_t dir_len = android_system_dirs.dirs[i].len; local
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; local
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]
[all...]

Completed in 162 milliseconds