Searched refs:pathType (Results 1 - 4 of 4) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-fs-utimes.js | 95 const [pathType, atime, mtime = atime] = value; 101 fs.utimes(pathType(tmpdir.path), atime, mtime, common.mustCall((err) => { 104 fs.lutimes(pathType(lpath), atime, mtime, common.mustCall((err) => { 107 fs.utimes(pathType('foobarbaz'), atime, mtime, common.mustCall((err) => { 132 fs.utimesSync(pathType(tmpdir.path), atime, mtime); 135 fs.lutimesSync(pathType(lpath), atime, mtime); 149 fs.utimesSync(pathType('foobarbaz'), atime, mtime);
|
/third_party/node/benchmark/fs/ |
H A D | bench-realpath.js | 11 pathType: ['relative', 'resolved'], 15 function main({ n, pathType }) { 17 if (pathType === 'relative')
|
H A D | bench-realpathSync.js | 13 pathType: ['relative', 'resolved'], 17 function main({ n, pathType }) { 18 const path = pathType === 'relative' ? relative_path : resolved_path;
|
/third_party/skia/bench/ |
H A D | StrokeBench.cpp | 16 StrokeBench(const SkPath& path, const SkPaint& paint, const char pathType[], SkScalar res) in StrokeBench() argument 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
|
Completed in 1 milliseconds