HomeSort by relevance Sort by last modified time
    Searched defs:lpath (Results 1 - 4 of 4) 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...]
  /system/core/adb/
file_sync_client.c 337 static int sync_send(int fd, const char *lpath, const char *rpath,
366 write_data_file(fd, lpath, sbuf, show_progress);
369 write_data_link(fd, lpath, sbuf);
393 fprintf(stderr,"failed to copy '%s' to '%s': %s\n", lpath, rpath, sbuf->data);
424 int sync_recv(int fd, const char *rpath, const char *lpath, int show_progress)
469 adb_unlink(lpath);
470 mkdirs(lpath);
471 lfd = adb_creat(lpath, 0644);
473 fprintf(stderr,"cannot create '%s': %s\n", lpath, strerror(errno));
520 adb_unlink(lpath);
818 const char *lpath; member in struct:__anon81047
    [all...]
commandline.c 1601 const char* lpath = NULL, *rpath = NULL; local
1615 const char* rpath = NULL, *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 893 milliseconds