/external/oprofile/libpopt/ |
findme.c | 16 char * pathbuf; local 27 start = pathbuf = alloca(strlen(path) + 1); 30 strcpy(pathbuf, path);
|
/system/core/include/cutils/ |
debugger.h | 47 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen);
|
/system/core/libcutils/ |
debugger.c | 23 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen) { 42 if (pathbuf && pathlen) { 43 ssize_t n = TEMP_FAILURE_RETRY(read(s, pathbuf, pathlen - 1)); 47 pathbuf[n] = '\0';
|
/external/chromium_org/tools/gn/ |
filesystem_utils.cc | 413 char* pathbuf = path->empty() ? NULL : &(*path)[0]; local 419 if (!path->empty() && pathbuf[0] == '/') { 422 if (path->size() > 1 && pathbuf[1] == '/') { 433 if (pathbuf[src_i] == '.') { 434 if (src_i == 0 || pathbuf[src_i - 1] == '/') { 440 pathbuf[dest_i++] = pathbuf[src_i++]; 459 pathbuf[dest_i++] = '.'; 460 pathbuf[dest_i++] = '.'; 462 pathbuf[dest_i++] = '/' [all...] |
/external/iproute2/ip/ |
ipnetns.c | 58 char pathbuf[MAXPATHLEN]; local 64 snprintf(pathbuf, sizeof(pathbuf), "%s/%s", 66 path = pathbuf;
|
/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...] |
/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;
|
/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...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 3008 char *pathbuf; local [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-darwin.c | [all...] |