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

1 2 3

  /external/oprofile/libpopt/
findme.c 16 char * pathbuf; local
27 start = pathbuf = alloca(strlen(path) + 1);
30 strcpy(pathbuf, path);
  /development/simulator/wrapsim/
Intercept.c 118 * Returns either "pathBuf" or "origPath" depending on whether or not we
122 static const char* rewritePath(const char* func, char* pathBuf,
149 memcpy(pathBuf, gWrapSim.remapBaseDir, gWrapSim.remapBaseDirLen);
150 strcpy(pathBuf + gWrapSim.remapBaseDirLen, origPath);
151 CALLTRACE("rewrite %s('%s') --> '%s'\n", func, origPath, pathBuf);
152 return pathBuf;
164 char pathBuf[PATH_MAX]; \
165 return _ws_##_fname(rewritePath(#_fname, pathBuf, _patharg), \
320 char pathBuf[PATH_MAX];
321 return _ws___xstat(version, rewritePath("__xstat", pathBuf, path)
    [all...]
LaunchWrapper.c 74 char pathBuf[PATH_MAX];
84 memcpy(pathBuf, outEnv, outLen);
85 strcpy(pathBuf + outLen, "/system/lib");
99 printf("LW: setting LD_LIBRARY_PATH=%s\n", pathBuf);
100 setenv("LD_LIBRARY_PATH", pathBuf, 1);
107 strcpy(pathBuf /*+ outLen*/, "/system");
108 printf("LW: setting JAVA_HOME=%s\n", pathBuf);
109 setenv("JAVA_HOME", pathBuf, 1);
  /system/core/libcutils/
sched_policy.c 132 char pathBuf[32];
136 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid);
137 if (!(fp = fopen(pathBuf, "r"))) {
  /external/chromium/third_party/icu/source/tools/gencnval/
gencnval.c 220 char pathBuf[512];
262 uprv_strcpy(pathBuf, path);
263 end = uprv_strchr(pathBuf, 0);
268 path=pathBuf;
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 220 char pathBuf[512];
262 uprv_strcpy(pathBuf, path);
263 end = uprv_strchr(pathBuf, 0);
268 path=pathBuf;
    [all...]
  /external/chromium/third_party/icu/source/common/
uresbund.c 861 char *pathBuf = stackPath, *myPath = pathBuf;
863 pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char));
864 if(pathBuf == NULL) {
869 uprv_strcpy(pathBuf, keyPath);
    [all...]
  /external/icu4c/common/
uresbund.c     [all...]
  /dalvik/vm/
Thread.c     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ar 
nm 
ranlib 
objcopy 
strip 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-addr2line 
arm-eabi-ar 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-ranlib 
arm-eabi-size 
arm-eabi-strings 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-size 
arm-eabi-strings 

Completed in 376 milliseconds

1 2 3