Home
last modified time | relevance | path

Searched refs:lpath (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-utimes.js32 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 Dexec.c1318 search_path(const char *name, const char *lpath, in search_path() argument
1347 sp = lpath; in search_path()
H A Dedit.c794 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