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

  /external/libchrome/base/process/
process_handle_mac.cc 30 char pathbuf[PROC_PIDPATHINFO_MAXSIZE]; local
31 if (!proc_pidpath(process, pathbuf, sizeof(pathbuf)))
34 return FilePath(pathbuf);
  /system/core/libcutils/
debugger.c 102 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen) {
103 return dump_tombstone_timeout(tid, pathbuf, pathlen, 0);
106 int dump_tombstone_timeout(pid_t tid, char* pathbuf, size_t pathlen, int timeout_secs) {
119 if (pathbuf && pathlen) {
124 memcpy(pathbuf, buffer, n + 1);
sched_policy.c 169 char pathBuf[32];
173 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid);
174 if (!(fp = fopen(pathBuf, "r"))) {
  /external/iproute2/lib/
namespace.c 93 char pathbuf[PATH_MAX]; local
99 snprintf(pathbuf, sizeof(pathbuf), "%s/%s",
101 path = pathbuf;
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.c 585 Char pathbuf[MAXPATHLEN+1]; local
597 return glob2(pathbuf, pathbuf,
598 pathbuf + (sizeof(pathbuf) / sizeof(*pathbuf)) - 1, pattern,
608 glob2(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern,
616 _DIAGASSERT(pathbuf != NULL);
622 qprintf("glob2", pathbuf);
631 if (g_lstat(pathbuf, &sb, pglob)
    [all...]
  /system/core/include/cutils/
debugger.h 53 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen);
61 int dump_tombstone_timeout(pid_t tid, char* pathbuf, size_t pathlen, int timeout_secs);
  /external/avahi/avahi-daemon/
glob.c 536 Char pathbuf[MAXPATHLEN]; local
541 return(glob2(pathbuf, pathbuf, pathbuf + MAXPATHLEN - 1,
551 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern,
565 if (g_lstat(pathbuf, &sb, pglob))
571 (g_stat(pathbuf, &sb, pglob) == 0) &&
579 return(globextend(pathbuf, pglob, limit));
602 return(glob3(pathbuf, pathend, pathend_last, pattern, p,
609 glob3(Char *pathbuf, Char *pathend, Char *pathend_last
    [all...]
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 96 char PathBuf[1024];
97 const char *OrigPath = getcwd(PathBuf, 1024);
  /frameworks/av/media/mtp/
MtpServer.cpp 771 MtpString pathBuf;
774 int result = mDatabase->getObjectFilePath(handle, pathBuf, fileLength, format);
778 const char* filePath = (const char *)pathBuf;
848 MtpString pathBuf;
851 int result = mDatabase->getObjectFilePath(handle, pathBuf, fileLength, format);
857 const char* filePath = (const char *)pathBuf;
1073 char pathbuf[PATH_MAX]; local
    [all...]
  /system/core/adb/
usb_linux.cpp 212 char pathbuf[128]; local
267 snprintf(pathbuf, sizeof(pathbuf), "/sys/dev/char/%d:%d",
269 ssize_t link_len = readlink(pathbuf, link, sizeof(link) - 1);
274 snprintf(pathbuf, sizeof(pathbuf),
276 devpath = pathbuf;
  /external/iw/
phy.c 307 char pathbuf[MAXPATHLEN]; local
313 snprintf(pathbuf, sizeof(pathbuf), "%s/%s",
315 path = pathbuf;
  /prebuilts/go/darwin-x86/src/os/
file_windows.go 567 var pathbuf []byte
571 if pathbuf == nil {
572 pathbuf = make([]byte, len(path))
574 copy(pathbuf[lastSlash:], path[lastSlash:i])
575 pathbuf[i] = '\\'
579 if pathbuf == nil {
583 copy(pathbuf[lastSlash:], path[lastSlash:])
584 return string(pathbuf)
  /prebuilts/go/linux-x86/src/os/
file_windows.go 567 var pathbuf []byte
571 if pathbuf == nil {
572 pathbuf = make([]byte, len(path))
574 copy(pathbuf[lastSlash:], path[lastSlash:i])
575 pathbuf[i] = '\\'
579 if pathbuf == nil {
583 copy(pathbuf[lastSlash:], path[lastSlash:])
584 return string(pathbuf)
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 224 char pathBuf[512];
271 uprv_strcpy(pathBuf, path);
272 end = uprv_strchr(pathBuf, 0);
277 path=pathBuf;
    [all...]
  /external/libxml2/os400/dlfcn/
dlfcn.c 495 char pathbuf[sizeof(Qlg_Path_Name_T) + _QP0L_DIR_NAME_LG + 4]; local
514 qptp = (Qlg_Path_Name_T *) pathbuf;
515 namebuf = pathbuf + sizeof(Qlg_Path_Name_T);
  /external/icu/icu4c/source/common/
uresbund.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 1417 static char *pathbuf = NULL; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib32/
libbfd.a     [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 

Completed in 1958 milliseconds