Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp799 char* pathpos; in add_cache_files() local
808 pathpos = dirname + strlen(dirname); in add_cache_files()
809 if ((*(pathpos-1)) != '/') { in add_cache_files()
810 *pathpos = '/'; in add_cache_files()
811 pathpos++; in add_cache_files()
812 *pathpos = 0; in add_cache_files()
816 snprintf(pathpos, sizeof(dirname)-(pathpos-dirname), "%s/cache", name); in add_cache_files()