Searched refs:_onopen (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/npm/node_modules/fs-minipass/ |
D | index.js | 24 const _onopen = Symbol('_onopen') constant 77 fs.open(this[_path], 'r', (er, fd) => this[_onopen](er, fd)) 80 [_onopen] (er, fd) { 163 this[_onopen](null, fs.openSync(this[_path], 'r')) 239 (er, fd) => this[_onopen](er, fd)) 242 [_onopen] (er, fd) { 353 this[_onopen](null, fd)
|
/third_party/iowow/src/kv/ |
D | iwal.c | 214 static iwrc _onopen(struct IWDLSNR *self, const char *path, int mode) { in _onopen() function 1085 dlsnr->onopen = _onopen; in iwal_create()
|