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

  /external/chromium_org/base/process/
process_handle_mac.cc 29 char pathbuf[PROC_PIDPATHINFO_MAXSIZE]; local
30 if (!proc_pidpath(process, pathbuf, sizeof(pathbuf)))
33 return FilePath(pathbuf);
  /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 65 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen);
  /external/chromium_org/tools/gn/
filesystem_utils.cc 471 char* pathbuf = path->empty() ? NULL : &(*path)[0]; local
477 if (!path->empty() && pathbuf[0] == '/') {
480 if (path->size() > 1 && pathbuf[1] == '/') {
491 if (pathbuf[src_i] == '.') {
492 if (src_i == 0 || IsSlash(pathbuf[src_i - 1])) {
498 pathbuf[dest_i++] = pathbuf[src_i++];
517 pathbuf[dest_i++] = '.';
518 pathbuf[dest_i++] = '.';
520 pathbuf[dest_i++] = '/'
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 338 char pathbuf[PATH_MAX]; local
339 ::snprintf (pathbuf, sizeof (pathbuf), "%s/Platforms/iPhoneOS.platform/Developer/SDKs", developer_dir);
340 FileSpec ios_sdk(pathbuf, true);
355 char pathbuf[PATH_MAX]; local
356 ::snprintf (pathbuf, sizeof (pathbuf), "%s/Platforms/MacOSX.platform/Developer/SDKs", developer_dir);
357 FileSpec mac_sdk(pathbuf, true);
409 char pathbuf[PATH_MAX]; local
410 ::snprintf (pathbuf, sizeof (pathbuf), "%s/../Symbols", developer_dir)
    [all...]
  /system/core/libcutils/
debugger.c 129 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen) {
142 if (pathbuf && pathlen) {
147 memcpy(pathbuf, buffer, n + 1);
  /external/iproute2/ip/
ipnetns.c 58 char pathbuf[MAXPATHLEN]; local
64 snprintf(pathbuf, sizeof(pathbuf), "%s/%s",
66 path = pathbuf;
  /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 736 MtpString pathBuf;
739 int result = mDatabase->getObjectFilePath(handle, pathBuf, fileLength, format);
743 const char* filePath = (const char *)pathBuf;
799 MtpString pathBuf;
802 int result = mDatabase->getObjectFilePath(handle, pathBuf, fileLength, format);
808 const char* filePath = (const char *)pathBuf;
1007 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...]

Completed in 702 milliseconds