/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...] |
file_sync_service.h | 72 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
|
/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);
|
/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)
|
/ndk/sources/host-tools/make-3.81/ |
remake.c | [all...] |
/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.25/bfd/ |
archive.c | 1421 char * lpath; local [all...] |
/external/mksh/src/ |
exec.c | 1279 search_path(const char *name, const char *lpath, 1304 sp = lpath; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.launching_3.5.100.v20100526.jar | |