Home
last modified time | relevance | path

Searched refs:pathpos (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.c750 char* pathpos; in add_cache_files() local
759 pathpos = dirname + strlen(dirname); in add_cache_files()
760 if ((*(pathpos-1)) != '/') { in add_cache_files()
761 *pathpos = '/'; in add_cache_files()
762 pathpos++; in add_cache_files()
763 *pathpos = 0; in add_cache_files()
766 snprintf(pathpos, sizeof(dirname)-(pathpos-dirname), "%s/%s", name, cachedir); in add_cache_files()
768 snprintf(pathpos, sizeof(dirname)-(pathpos-dirname), "%s", name); in add_cache_files()