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

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

Completed in 48 milliseconds