Searched refs:lpath (Results 1 - 3 of 3) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-fs-utimes.js | 32 const lpath = `${tmpdir.path}/symlink`; 33 fs.symlinkSync('unoent-entry', lpath); 104 fs.lutimes(pathType(lpath), atime, mtime, common.mustCall((err) => { 105 expect_ok('lutimes', lpath, err, atime, mtime, fs.lstatSync); 135 fs.lutimesSync(pathType(lpath), atime, mtime); 136 expect_ok('lutimesSync', lpath, undefined, atime, mtime, fs.lstatSync);
|
/third_party/mksh/ |
H A D | exec.c | 1318 search_path(const char *name, const char *lpath, in search_path() argument 1347 sp = lpath; in search_path()
|
H A D | edit.c | 794 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path() argument 796 const char *sp = lpath, *p; in glob_path()
|
Completed in 10 milliseconds