Lines Matching refs:declare
62 |新增|NA|类名:sourcefile;<br>方法or属性:declare function access(path: string): Promise\<boolean>;|@ohos.fil…
63 |新增|NA|类名:sourcefile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<bool…
64 |新增|NA|类名:sourcefile;<br>方法or属性:declare function accessSync(path: string): boolean;|@ohos.file.fs.d…
65 |新增|NA|类名:sourcefile;<br>方法or属性:declare function close(file: number \| File): Promise\<void>;|@ohos…
66 |新增|NA|类名:sourcefile;<br>方法or属性:declare function close(file: number \| File, callback: AsyncCallbac…
67 |新增|NA|类名:sourcefile;<br>方法or属性:declare function closeSync(fd: number \| File): void;|@ohos.file.fs…
68 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| nu…
69 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| nu…
70 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| nu…
71 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyFileSync(src: string \| number, dest: string \…
72 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createStream(path: string, mode: string): Promise\…
73 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createStream(path: string, mode: string, callback:…
74 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createStreamSync(path: string, mode: string): Stre…
75 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fdatasync(fd: number): Promise\<void>;|@ohos.file.…
76 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fdatasync(fd: number, callback: AsyncCallback\<voi…
77 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fdatasyncSync(fd: number): void;|@ohos.file.fs.d.t…
78 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fdopenStream(fd: number, mode: string): Promise\<S…
79 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fdopenStream(fd: number, mode: string, callback: A…
80 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fdopenStreamSync(fd: number, mode: string): Stream…
81 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fsync(fd: number): Promise\<void>;|@ohos.file.fs.d…
82 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fsync(fd: number, callback: AsyncCallback\<void>):…
83 |新增|NA|类名:sourcefile;<br>方法or属性:declare function fsyncSync(fd: number): void;|@ohos.file.fs.d.ts|
84 |新增|NA|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, options?: {<br> recursio…
85 |新增|NA|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, callback: AsyncCallback\<st…
86 |新增|NA|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, options: {<br> recursion…
87 |新增|NA|类名:sourcefile;<br>方法or属性:declare function listFileSync(path: string, options?: {<br> recu…
88 |新增|NA|类名:sourcefile;<br>方法or属性:declare function lstat(path: string): Promise\<Stat>;|@ohos.file.fs…
89 |新增|NA|类名:sourcefile;<br>方法or属性:declare function lstat(path: string, callback: AsyncCallback\<Stat>…
90 |新增|NA|类名:sourcefile;<br>方法or属性:declare function lstatSync(path: string): Stat;|@ohos.file.fs.d.ts|
91 |新增|NA|类名:sourcefile;<br>方法or属性:declare function mkdir(path: string): Promise\<void>;|@ohos.file.fs…
92 |新增|NA|类名:sourcefile;<br>方法or属性:declare function mkdir(path: string, callback: AsyncCallback\<void>…
93 |新增|NA|类名:sourcefile;<br>方法or属性:declare function mkdirSync(path: string): void;|@ohos.file.fs.d.ts|
94 |新增|NA|类名:sourcefile;<br>方法or属性:declare function mkdtemp(prefix: string): Promise\<string>;|@ohos.f…
95 |新增|NA|类名:sourcefile;<br>方法or属性:declare function mkdtemp(prefix: string, callback: AsyncCallback\<s…
96 |新增|NA|类名:sourcefile;<br>方法or属性:declare function mkdtempSync(prefix: string): string;|@ohos.file.fs…
97 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number)…
98 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, callback: Asyn…
99 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode: number, …
100 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveFileSync(src: string, dest: string, mode?: num…
101 |新增|NA|类名:sourcefile;<br>方法or属性:declare function open(path: string, mode?: number): Promise\<File>;…
102 |新增|NA|类名:sourcefile;<br>方法or属性:declare function open(path: string, callback: AsyncCallback\<File>)…
103 |新增|NA|类名:sourcefile;<br>方法or属性:declare function open(path: string, mode: number, callback: AsyncCa…
104 |新增|NA|类名:sourcefile;<br>方法or属性:declare function openSync(path: string, mode?: number): File;|@ohos…
105 |新增|NA|类名:sourcefile;<br>方法or属性:declare function read(fd: number, buffer: ArrayBuffer, options?: {<…
106 |新增|NA|类名:sourcefile;<br>方法or属性:declare function read(fd: number, buffer: ArrayBuffer, callback: As…
107 |新增|NA|类名:sourcefile;<br>方法or属性:declare function read(fd: number, buffer: ArrayBuffer, options: {<b…
108 |新增|NA|类名:sourcefile;<br>方法or属性:declare function readSync(fd: number, buffer: ArrayBuffer, options?…
109 |新增|NA|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, options?: {<br> offs…
110 |新增|NA|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback…
111 |新增|NA|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, options: {<br> offse…
112 |新增|NA|类名:sourcefile;<br>方法or属性:declare function readTextSync(filePath: string, options?: {<br> …
113 |新增|NA|类名:sourcefile;<br>方法or属性:declare function rename(oldPath: string, newPath: string): Promise\…
114 |新增|NA|类名:sourcefile;<br>方法or属性:declare function rename(oldPath: string, newPath: string, callback:…
115 |新增|NA|类名:sourcefile;<br>方法or属性:declare function renameSync(oldPath: string, newPath: string): void…
116 |新增|NA|类名:sourcefile;<br>方法or属性:declare function rmdir(path: string): Promise\<void>;|@ohos.file.fs…
117 |新增|NA|类名:sourcefile;<br>方法or属性:declare function rmdir(path: string, callback: AsyncCallback\<void>…
118 |新增|NA|类名:sourcefile;<br>方法or属性:declare function rmdirSync(path: string): void;|@ohos.file.fs.d.ts|
119 |新增|NA|类名:sourcefile;<br>方法or属性:declare function stat(file: string \| number): Promise\<Stat>;|@oho…
120 |新增|NA|类名:sourcefile;<br>方法or属性:declare function stat(file: string \| number, callback: AsyncCallba…
121 |新增|NA|类名:sourcefile;<br>方法or属性:declare function statSync(file: string \| number): Stat;|@ohos.file…
122 |新增|NA|类名:sourcefile;<br>方法or属性:declare function symlink(target: string, srcPath: string): Promise\…
123 |新增|NA|类名:sourcefile;<br>方法or属性:declare function symlink(target: string, srcPath: string, callback:…
124 |新增|NA|类名:sourcefile;<br>方法or属性:declare function symlinkSync(target: string, srcPath: string): void…
125 |新增|NA|类名:sourcefile;<br>方法or属性:declare function truncate(file: string \| number, len?: number): Pr…
126 |新增|NA|类名:sourcefile;<br>方法or属性:declare function truncate(file: string \| number, callback: AsyncCa…
127 |新增|NA|类名:sourcefile;<br>方法or属性:declare function truncate(file: string \| number, len: number, call…
128 |新增|NA|类名:sourcefile;<br>方法or属性:declare function truncateSync(file: string \| number, len?: number)…
129 |新增|NA|类名:sourcefile;<br>方法or属性:declare function unlink(path: string): Promise\<void>;|@ohos.file.f…
130 |新增|NA|类名:sourcefile;<br>方法or属性:declare function unlink(path: string, callback: AsyncCallback\<void…
131 |新增|NA|类名:sourcefile;<br>方法or属性:declare function unlinkSync(path: string): void;|@ohos.file.fs.d.ts|
132 |新增|NA|类名:sourcefile;<br>方法or属性:declare function write(fd: number, buffer: ArrayBuffer \| string, o…
133 |新增|NA|类名:sourcefile;<br>方法or属性:declare function write(fd: number, buffer: ArrayBuffer \| string, c…
134 |新增|NA|类名:sourcefile;<br>方法or属性:declare function write(fd: number, buffer: ArrayBuffer \| string, o…
135 |新增|NA|类名:sourcefile;<br>方法or属性:declare function writeSync(fd: number, buffer: ArrayBuffer \| strin…
367 …类名:sourcefile;<br>方法or属性:declare function choose(types?: string[]): Promise\<string>;<br>旧版本信息:|类名…
368 …:sourcefile;<br>方法or属性:declare function choose(callback: AsyncCallback\<string>): void;<br>旧版本信息:|…
369 …le;<br>方法or属性:declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br…
370 …sourcefile;<br>方法or属性:declare function show(uri: string, type: string): Promise\<void>;<br>旧版本信息:|…
371 …<br>方法or属性:declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;…
372 …urcefile;<br>方法or属性:declare function access(path: string, mode?: number): Promise\<void>;<br>旧版本信息…
373 …efile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<void>): void;<br>旧…
374 …br>方法or属性:declare function access(path: string, mode: number, callback: AsyncCallback\<void>): voi…
375 …:sourcefile;<br>方法or属性:declare function accessSync(path: string, mode?: number): void;<br>旧版本信息:|类…
376 …有变化|类名:sourcefile;<br>方法or属性:declare function close(fd: number): Promise\<void>;<br>旧版本信息:|类名:sour…
377 …cefile;<br>方法or属性:declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
378 …弃版本有变化|类名:sourcefile;<br>方法or属性:declare function closeSync(fd: number): void;<br>旧版本信息:|类名:sourcef…
379 …属性:declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promis…
380 …declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<…
381 …declare function copyFile(src: string \| number, dest: string \| number, mode: number, callback: A…
382 …法or属性:declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number):…
383 …efile;<br>方法or属性:declare function createStream(path: string, mode: string): Promise\<Stream>;<br>旧…
384 …法or属性:declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>):…
385 …urcefile;<br>方法or属性:declare function createStreamSync(path: string, mode: string): Stream;<br>旧版本信…
386 …ile;<br>方法or属性:declare function chown(path: string, uid: number, gid: number): Promise\<void>;<br>…
387 …r属性:declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>)…
388 …cefile;<br>方法or属性:declare function chownSync(path: string, uid: number, gid: number): void;<br>旧版本…
389 …ourcefile;<br>方法or属性:declare function chmod(path: string, mode: number): Promise\<void>;<br>旧版本信息:…
390 …br>方法or属性:declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void…
391 …名:sourcefile;<br>方法or属性:declare function chmodSync(path: string, mode: number): void;<br>旧版本信息:|类名…
392 …urcefile;<br>方法or属性:declare function ftruncate(fd: number, len?: number): Promise\<void>;<br>旧版本信息…
393 …file;<br>方法or属性:declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
394 …br>方法or属性:declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): voi…
395 …:sourcefile;<br>方法or属性:declare function ftruncateSync(fd: number, len?: number): void;<br>旧版本信息:|类…
396 …有变化|类名:sourcefile;<br>方法or属性:declare function fsync(fd: number): Promise\<void>;<br>旧版本信息:|类名:sour…
397 …cefile;<br>方法or属性:declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
398 …弃版本有变化|类名:sourcefile;<br>方法or属性:declare function fsyncSync(fd: number): void;<br>旧版本信息:|类名:sourcef…
399 …有变化|类名:sourcefile;<br>方法or属性:declare function fstat(fd: number): Promise\<Stat>;<br>旧版本信息:|类名:sour…
400 …cefile;<br>方法or属性:declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>旧版本…
401 …弃版本有变化|类名:sourcefile;<br>方法or属性:declare function fstatSync(fd: number): Stat;<br>旧版本信息:|类名:sourcef…
402 …化|类名:sourcefile;<br>方法or属性:declare function fdatasync(fd: number): Promise\<void>;<br>旧版本信息:|类名:so…
403 …file;<br>方法or属性:declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
404 …本有变化|类名:sourcefile;<br>方法or属性:declare function fdatasyncSync(fd: number): void;<br>旧版本信息:|类名:sourc…
405 …file;<br>方法or属性:declare function fchown(fd: number, uid: number, gid: number): Promise\<void>;<br>…
406 …or属性:declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>)…
407 …rcefile;<br>方法or属性:declare function fchownSync(fd: number, uid: number, gid: number): void;<br>旧版本…
408 …sourcefile;<br>方法or属性:declare function fchmod(fd: number, mode: number): Promise\<void>;<br>旧版本信息:…
409 …<br>方法or属性:declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void…
410 …类名:sourcefile;<br>方法or属性:declare function fchmodSync(fd: number, mode: number): void;<br>旧版本信息:|类名…
411 …cefile;<br>方法or属性:declare function fdopenStream(fd: number, mode: string): Promise\<Stream>;<br>旧版…
412 …方法or属性:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): …
413 …ourcefile;<br>方法or属性:declare function fdopenStreamSync(fd: number, mode: string): Stream;<br>旧版本信息…
414 …cefile;<br>方法or属性:declare function hash(path: string, algorithm: string): Promise\<string>;<br>旧版本…
415 …方法or属性:declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): v…
416 …ile;<br>方法or属性:declare function lchown(path: string, uid: number, gid: number): Promise\<void>;<br…
417 …r属性:declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>…
418 …cefile;<br>方法or属性:declare function lchownSync(path: string, uid: number, gid: number): void;<br>旧版…
419 …变化|类名:sourcefile;<br>方法or属性:declare function lstat(path: string): Promise\<Stat>;<br>旧版本信息:|类名:sou…
420 …efile;<br>方法or属性:declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
421 …版本有变化|类名:sourcefile;<br>方法or属性:declare function lstatSync(path: string): Stat;<br>旧版本信息:|类名:source…
422 …ourcefile;<br>方法or属性:declare function mkdir(path: string, mode?: number): Promise\<void>;<br>旧版本信息…
423 …efile;<br>方法or属性:declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
424 …br>方法or属性:declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void…
425 …名:sourcefile;<br>方法or属性:declare function mkdirSync(path: string, mode?: number): void;<br>旧版本信息:|类…
426 …类名:sourcefile;<br>方法or属性:declare function mkdtemp(prefix: string): Promise\<string>;<br>旧版本信息:|类名:…
427 …le;<br>方法or属性:declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br…
428 …变化|类名:sourcefile;<br>方法or属性:declare function mkdtempSync(prefix: string): string;<br>旧版本信息:|类名:sou…
429 …;<br>方法or属性:declare function open(path: string, flags?: number, mode?: number): Promise\<number>;<…
430 …efile;<br>方法or属性:declare function open(path: string, callback: AsyncCallback\<number>): void;<br>旧…
431 …r>方法or属性:declare function open(path: string, flags: number, callback: AsyncCallback\<number>): voi…
432 …性:declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number…
433 …ile;<br>方法or属性:declare function openSync(path: string, flags?: number, mode?: number): number;<br>…
434 …变化|类名:sourcefile;<br>方法or属性:declare function opendir(path: string): Promise\<Dir>;<br>旧版本信息:|类名:so…
435 …efile;<br>方法or属性:declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>旧…
436 …版本有变化|类名:sourcefile;<br>方法or属性:declare function opendirSync(path: string): Dir;<br>旧版本信息:|类名:sourc…
437 …declare function readText(filePath: string, options?: {<br> position?: number;<br> length?: …
438 …declare function readText(filePath: string, options: {<br> position?: number;<br> length?: n…
439 …declare function readTextSync(filePath: string, options?: {<br> position?: number;<br> lengt…
440 …declare function read(fd: number, buffer: ArrayBuffer, options?: {<br> offset?: number;<br> …
441 …方法or属性:declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): …
442 …declare function read(fd: number, buffer: ArrayBuffer, options: {<br> offset?: number;<br> l…
443 …declare function readSync(fd: number, buffer: ArrayBuffer, options?: {<br> offset?: number;<br>…
444 …cefile;<br>方法or属性:declare function rename(oldPath: string, newPath: string): Promise\<void>;<br>旧版…
445 …方法or属性:declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): …
446 …ourcefile;<br>方法or属性:declare function renameSync(oldPath: string, newPath: string): void;<br>旧版本信息…
447 …变化|类名:sourcefile;<br>方法or属性:declare function rmdir(path: string): Promise\<void>;<br>旧版本信息:|类名:sou…
448 …efile;<br>方法or属性:declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
449 …版本有变化|类名:sourcefile;<br>方法or属性:declare function rmdirSync(path: string): void;<br>旧版本信息:|类名:source…
450 …有变化|类名:sourcefile;<br>方法or属性:declare function stat(path: string): Promise\<Stat>;<br>旧版本信息:|类名:sou…
451 …cefile;<br>方法or属性:declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
452 …弃版本有变化|类名:sourcefile;<br>方法or属性:declare function statSync(path: string): Stat;<br>旧版本信息:|类名:source…
453 …cefile;<br>方法or属性:declare function symlink(target: string, srcPath: string): Promise\<void>;<br>旧版…
454 …方法or属性:declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): …
455 …ourcefile;<br>方法or属性:declare function symlinkSync(target: string, srcPath: string): void;<br>旧版本信息…
456 …urcefile;<br>方法or属性:declare function truncate(path: string, len?: number): Promise\<void>;<br>旧版本信…
457 …file;<br>方法or属性:declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>…
458 …r>方法or属性:declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): voi…
459 …:sourcefile;<br>方法or属性:declare function truncateSync(path: string, len?: number): void;<br>旧版本信息:|…
460 …变化|类名:sourcefile;<br>方法or属性:declare function unlink(path: string): Promise\<void>;<br>旧版本信息:|类名:so…
461 …efile;<br>方法or属性:declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>旧…
462 …版本有变化|类名:sourcefile;<br>方法or属性:declare function unlinkSync(path: string): void;<br>旧版本信息:|类名:sourc…
463 …declare function write(fd: number, buffer: ArrayBuffer \| string, options?: {<br> offset?: numb…
464 …性:declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<numbe…
465 …declare function write(fd: number, buffer: ArrayBuffer \| string, options: {<br> offset?: numbe…
466 …declare function writeSync(fd: number, buffer: ArrayBuffer \| string, options?: {<br> offset?: …
473 |废弃版本有变化|类名:Dirent;<br>方法or属性:declare interface Dirent<br>旧版本信息:|类名:Dirent;<br>方法or属性:declare inter…
489 |废弃版本有变化|类名:Stat;<br>方法or属性:declare interface Stat<br>旧版本信息:|类名:Stat;<br>方法or属性:declare interface S…
502 |废弃版本有变化|类名:Stream;<br>方法or属性:declare interface Stream<br>旧版本信息:|类名:Stream;<br>方法or属性:declare inter…
515 |废弃版本有变化|类名:ReadOut;<br>方法or属性:declare interface ReadOut<br>旧版本信息:|类名:ReadOut;<br>方法or属性:declare in…