Searched defs:dir_len (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dutils.cpp765 size_t dir_len = dir->len; local
766 const char* subdir = strchr(path + dir_len, '/');
778 if ((path[dir_len] == '.') || ((subdir != NULL) && (*subdir == '.'))) {
794 const size_t dir_len = android_system_dirs.dirs[i].len; local
795 if (!strncmp(path, android_system_dirs.dirs[i].path, dir_len)) {

Completed in 28 milliseconds