Home
last modified time | relevance | path

Searched refs:lpath (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/util/
Dsymlinks.c164 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; in fix_symlink() local
169 if ((c = readlink(path, lpath, sizeof(lpath))) == -1) { in fix_symlink()
173 lpath[c] = '\0'; /* readlink does not null terminate it */ in fix_symlink()
177 if (lpath[0] != '/') { in fix_symlink()
186 strcat(abspath,lpath); in fix_symlink()
191 printf("dangling: %s -> %s\n", path, lpath); in fix_symlink()
196 printf("deleted: %s -> %s\n", path, lpath); in fix_symlink()
206 } else if (lpath[0] == '/') { in fix_symlink()
213 fix_messy = tidy_path(strcpy(new,lpath)); in fix_symlink()
223 printf("%s %s -> %s\n", msg, path, lpath); in fix_symlink()
[all …]
/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc197 char lpath[PATH_MAX]; in read_lfile() local
202 snprintf(lpath, sizeof (lpath), "/proc/%d/%s", pid, lname); in read_lfile()
203 if ((fd = open(lpath, O_RDONLY)) < 0) { in read_lfile()
204 print_message2(2, "failed to open %s in read_lfile\n", lpath); in read_lfile()
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m196 char lpath[1024];
201 sprintf(lpath, "DYLD_LIBRARY_PATH=%s", libraryPath);
202 myenv[counter++] = lpath;
/external/mksh/src/
Dexec.c1279 search_path(const char *name, const char *lpath, in search_path() argument
1304 sp = lpath; in search_path()
Dedit.c761 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path() argument
763 const char *sp = lpath, *p; in glob_path()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...