HomeSort by relevance Sort by last modified time
    Searched defs:pathbuf (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libpopt/
findme.c 16 char * pathbuf; local
27 start = pathbuf = alloca(strlen(path) + 1);
30 strcpy(pathbuf, path);
  /external/openssh/openbsd-compat/
glob.c 566 Char pathbuf[MAXPATHLEN]; local
571 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1,
572 pathbuf, pathbuf+MAXPATHLEN-1,
582 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last,
596 if (g_lstat(pathbuf, &sb, pglob))
610 (g_stat(pathbuf, &sb, pglob) == 0) &&
618 return(globextend(pathbuf, pglob, limitp, &sb));
642 return(glob3(pathbuf, pathbuf_last, pathend
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp 720 MtpString pathBuf;
723 int result = mDatabase->getObjectFilePath(handle, pathBuf, fileLength, format);
727 const char* filePath = (const char *)pathBuf;
783 MtpString pathBuf;
786 int result = mDatabase->getObjectFilePath(handle, pathBuf, fileLength, format);
792 const char* filePath = (const char *)pathBuf;
985 char pathbuf[PATH_MAX]; local
    [all...]
  /system/core/adb/
usb_linux.c 232 char pathbuf[128]; local
276 snprintf(pathbuf, sizeof(pathbuf), "/sys/dev/char/%d:%d",
278 link_len = readlink(pathbuf, link, sizeof(link) - 1);
283 snprintf(pathbuf, sizeof(pathbuf),
285 devpath = pathbuf;

Completed in 384 milliseconds