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

  /external/e2fsprogs/util/
symlinks.c 164 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; local
169 if ((c = readlink(path, lpath, sizeof(lpath))) == -1) {
173 lpath[c] = '\0'; /* readlink does not null terminate it */
177 if (lpath[0] != '/') {
186 strcat(abspath,lpath);
191 printf("dangling: %s -> %s\n", path, lpath);
196 printf("deleted: %s -> %s\n", path, lpath);
206 } else if (lpath[0] == '/') {
213 fix_messy = tidy_path(strcpy(new,lpath));
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 197 char lpath[PATH_MAX]; local
202 snprintf(lpath, sizeof (lpath), "/proc/%d/%s", pid, lname);
203 if ((fd = open(lpath, O_RDONLY)) < 0) {
204 print_message2(2, "failed to open %s in read_lfile\n", lpath);
  /system/core/adb/
file_sync_client.cpp 76 std::string lpath; member in struct:copyinfo
87 : lpath(local_path), rpath(remote_path), mode(mode) {
88 ensure_trailing_separators(lpath, rpath);
89 lpath.append(name);
92 ensure_trailing_separators(lpath, rpath);
166 const char* lpath, const char* rpath,
200 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0]));
208 const char* lpath, const char* rpath,
216 if (stat(lpath, &st) == -1) {
217 Error("cannot stat '%s': %s", lpath, strerror(errno))
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 1421 char * lpath; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 1210 milliseconds