HomeSort by relevance Sort by last modified time
    Searched full:pathpos (Results 1 - 1 of 1) sorted by null

  /frameworks/native/cmds/installd/
utils.c 508 DIR* dir, char *pathBase, char *pathPos, size_t pathAvailLen)
556 size_t finallen = snprintf(pathPos, pathAvailLen, "/%s", name);
560 pathPos+finallen, pathAvailLen-finallen);
589 size_t finallen = snprintf(pathPos, pathAvailLen, "/%s", name);
607 *pathPos = 0;
637 char* pathpos; local
646 pathpos = dirname + strlen(dirname);
647 if ((*(pathpos-1)) != '/') {
648 *pathpos = '/';
649 pathpos++
    [all...]

Completed in 125 milliseconds