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

  /system/core/adb/
file_sync_client.cpp 75 std::string lpath; member in struct:copyinfo
86 : lpath(local_path), rpath(remote_path), mode(mode) {
87 ensure_trailing_separators(lpath, rpath);
88 lpath.append(name);
91 ensure_trailing_separators(lpath, rpath);
375 const char* lpath, const char* rpath,
409 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0]));
419 const char* lpath, const char* rpath,
427 if (stat(lpath, &st) == -1) {
428 Error("cannot stat '%s': %s", lpath, strerror(errno))
    [all...]
file_sync_service.h 88 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
  /external/e2fsprogs/util/
symlinks.c 168 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; local
173 if ((c = readlink(path, lpath, sizeof(lpath) - 1)) == -1) {
177 lpath[c] = '\0'; /* readlink does not null terminate it */
181 if (lpath[0] != '/') {
190 strcat(abspath,lpath);
195 printf("dangling: %s -> %s\n", path, lpath);
200 printf("deleted: %s -> %s\n", path, lpath);
210 } else if (lpath[0] == '/') {
217 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);
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go 69 for _, lpath := range inst.LibPaths {
70 spath := filepath.Join(lpath, "go", inst.GccVersion)
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go 69 for _, lpath := range inst.LibPaths {
70 spath := filepath.Join(lpath, "go", inst.GccVersion)
  /build/kati/
pathutil.go 410 lpath := filepathJoin(path, ent.name)
413 glog.Errorf("find: File system loop detected; `%s' is part of the same file system loop as `%s'.", lpath, p)
416 seen[ent.id] = lpath
872 lpath := filepathJoin(dir, subdir.name)
875 glog.Errorf("findleaves: loop detected %q was %q", lpath, p)
878 seen[subdir.id] = lpath
  /toolchain/binutils/binutils-2.27/bfd/
archive.c 1459 char * lpath; local
    [all...]
  /external/mksh/src/
exec.c 1314 search_path(const char *name, const char *lpath,
1343 sp = lpath;
    [all...]
edit.c 789 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath)
791 const char *sp = lpath, *p;
    [all...]

Completed in 247 milliseconds