Searched refs:lpath (Results 1 – 10 of 10) sorted by relevance
/external/dtc/tests/ |
D | overlay_overlay_long_path.dts | 6 prop = "lpath"; 10 prop = "lpath"; 14 prop = "lpath"; 18 prop = "lpath"; 22 prop = "lpath"; 26 prop = "lpath"; 30 prop = "lpath";
|
D | run_tests.sh | 994 …run_fdtoverlay_test lpath "/test-node/sub-test-node/sub-test-node-with-very-long-target-path/test-…
|
/external/e2fsprogs/util/ |
D | symlinks.c | 168 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; in fix_symlink() local 173 if ((c = readlink(path, lpath, sizeof(lpath) - 1)) == -1) { in fix_symlink() 177 lpath[c] = '\0'; /* readlink does not null terminate it */ in fix_symlink() 181 if (lpath[0] != '/') { in fix_symlink() 190 strcat(abspath,lpath); in fix_symlink() 195 printf("dangling: %s -> %s\n", path, lpath); in fix_symlink() 200 printf("deleted: %s -> %s\n", path, lpath); in fix_symlink() 210 } else if (lpath[0] == '/') { in fix_symlink() 217 fix_messy = tidy_path(strcpy(new,lpath)); in fix_symlink() 227 printf("%s %s -> %s\n", msg, path, lpath); in fix_symlink() [all …]
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.cc | 197 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/bcc/tests/lua/ |
D | .busted | 5 lpath = "./?.lua",
|
/external/bcc/src/lua/ |
D | .busted | 5 lpath = "./?.lua;./?/init.lua",
|
/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.m | 195 char lpath[1024]; 200 sprintf(lpath, "DYLD_LIBRARY_PATH=%s", libraryPath); 201 myenv[counter++] = lpath;
|
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.m | 196 char lpath[1024]; 201 sprintf(lpath, "DYLD_LIBRARY_PATH=%s", libraryPath); 202 myenv[counter++] = lpath;
|
/external/mksh/src/ |
D | exec.c | 1316 search_path(const char *name, const char *lpath, in search_path() argument 1345 sp = lpath; in search_path()
|
D | edit.c | 790 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path() argument 792 const char *sp = lpath, *p; in glob_path()
|