Lines Matching refs:declare
111 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyDir(src: string, dest: string, mode?: number):…
112 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyDir(src: string, dest: string, callback: Async…
113 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyDir(src: string, dest: string, callback: Async…
114 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyDir(src: string, dest: string, mode: number, c…
115 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyDir(src: string, dest: string, mode: number, c…
116 |新增|NA|类名:sourcefile;<br>方法or属性:declare function copyDirSync(src: string, dest: string, mode?: numb…
117 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createRandomAccessFile(file: string \| File, mode?…
118 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createRandomAccessFile(file: string \| File, callb…
119 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createRandomAccessFile(file: string \| File, mode:…
120 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createRandomAccessFileSync(file: string \| File, m…
121 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createWatcher(path: string, events: number, listen…
122 |新增|NA|类名:sourcefile;<br>方法or属性:declare function dup(fd: number): File;|@ohos.file.fs.d.ts|
123 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveDir(src: string, dest: string, mode?: number):…
124 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveDir(src: string, dest: string, callback: Async…
125 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveDir(src: string, dest: string, callback: Async…
126 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveDir(src: string, dest: string, mode: number, c…
127 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveDir(src: string, dest: string, mode: number, c…
128 |新增|NA|类名:sourcefile;<br>方法or属性:declare function moveDirSync(src: string, dest: string, mode?: numb…
386 …:sourcefile;<br>方法or属性:declare function choose(callback: AsyncCallback\<string>): void;<br>旧版本信息:|…
387 …le;<br>方法or属性:declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br…
388 …<br>方法or属性:declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;…
389 |废弃版本有变化|类名:document;<br>方法or属性:declare document<br>旧版本信息:|类名:document;<br>方法or属性:declare document<…
390 …efile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<void>): void;<br>旧…
391 …br>方法or属性:declare function access(path: string, mode: number, callback: AsyncCallback\<void>): voi…
392 …cefile;<br>方法or属性:declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
393 …declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<…
394 …declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: num…
395 …法or属性:declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>):…
396 …r属性:declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>)…
397 …br>方法or属性:declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void…
398 …file;<br>方法or属性:declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
399 …br>方法or属性:declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): voi…
400 …cefile;<br>方法or属性:declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
401 …cefile;<br>方法or属性:declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>旧版本…
402 …file;<br>方法or属性:declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
403 …or属性:declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>)…
404 …<br>方法or属性:declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void…
405 …方法or属性:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): …
406 …方法or属性:declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): v…
407 …r属性:declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>…
408 …efile;<br>方法or属性:declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
409 …efile;<br>方法or属性:declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
410 …br>方法or属性:declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void…
411 …le;<br>方法or属性:declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br…
412 …efile;<br>方法or属性:declare function open(path: string, callback: AsyncCallback\<number>): void;<br>旧…
413 …r>方法or属性:declare function open(path: string, flags: number, callback: AsyncCallback\<number>): voi…
414 …性:declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number…
415 …efile;<br>方法or属性:declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>旧…
416 …declare function readText(<br> filePath: string,<br> options: {<br> position?: number;<br> …
417 …方法or属性:declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): …
418 …declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: …
419 …方法or属性:declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): …
420 …efile;<br>方法or属性:declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
421 …cefile;<br>方法or属性:declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
422 …方法or属性:declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): …
423 …file;<br>方法or属性:declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>…
424 …r>方法or属性:declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): voi…
425 …efile;<br>方法or属性:declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>旧…
426 …性:declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<numbe…
427 …declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> …
428 …:declare function createWatcher(filename: string, events: number, callback: AsyncCallback\<number>…
429 |废弃版本有变化|类名:Dir;<br>方法or属性:declare interface Dir<br>旧版本信息:|类名:Dir;<br>方法or属性:declare interface Dir<…
432 |废弃版本有变化|类名:Watcher;<br>方法or属性:declare interface Watcher<br>旧版本信息:|类名:Watcher;<br>方法or属性:declare in…
435 |废弃版本有变化|类名:Statfs;<br>方法or属性:declare Statfs<br>旧版本信息:|类名:Statfs;<br>方法or属性:declare Statfs<br>新版本信息…
539 …:sourcefile;<br>方法or属性:declare function choose(callback: AsyncCallback\<string>): void;<br>旧版本信息:|…
540 …le;<br>方法or属性:declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br…
541 …<br>方法or属性:declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;…
553 …ile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>…
554 …e;<br>方法or属性:declare function close(file: number \| File, callback: AsyncCallback\<void>): void;<b…
555 …declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<…
556 …declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: num…
557 …法or属性:declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>):…
558 …file;<br>方法or属性:declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
559 …方法or属性:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): …
560 …cefile;<br>方法or属性:declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
561 …declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> l…
562 …efile;<br>方法or属性:declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
563 …efile;<br>方法or属性:declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
564 …le;<br>方法or属性:declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br…
565 …性:declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void…
566 …cefile;<br>方法or属性:declare function open(path: string, callback: AsyncCallback\<File>): void;<br>旧版…
567 …<br>方法or属性:declare function open(path: string, mode: number, callback: AsyncCallback\<File>): void…
568 …方法or属性:declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<number>): v…
569 …declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: …
570 …e;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<…
571 …declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> l…
572 …方法or属性:declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): …
573 …efile;<br>方法or属性:declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
574 …e;<br>方法or属性:declare function stat(file: string \| number, callback: AsyncCallback\<Stat>): void;<…
575 …方法or属性:declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): …
576 …<br>方法or属性:declare function truncate(file: string \| number, callback: AsyncCallback\<void>): void…
577 …r属性:declare function truncate(file: string \| number, len: number, callback: AsyncCallback\<void>)…
578 …efile;<br>方法or属性:declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>旧…
579 …性:declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<numbe…
580 …declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> …
610 …efile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<void>): void;<br>旧…
611 …br>方法or属性:declare function access(path: string, mode: number, callback: AsyncCallback\<void>): voi…
612 …cefile;<br>方法or属性:declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
613 …declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<…
614 …declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: num…
615 …法or属性:declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>):…
616 …r属性:declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>)…
617 …br>方法or属性:declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void…
618 …file;<br>方法or属性:declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
619 …br>方法or属性:declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): voi…
620 …cefile;<br>方法or属性:declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
621 …cefile;<br>方法or属性:declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>旧版本…
622 …file;<br>方法or属性:declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
623 …or属性:declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>)…
624 …<br>方法or属性:declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void…
625 …方法or属性:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): …
626 …方法or属性:declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): v…
627 …r属性:declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>…
628 …efile;<br>方法or属性:declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
629 …efile;<br>方法or属性:declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
630 …br>方法or属性:declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void…
631 …le;<br>方法or属性:declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br…
632 …efile;<br>方法or属性:declare function open(path: string, callback: AsyncCallback\<number>): void;<br>旧…
633 …r>方法or属性:declare function open(path: string, flags: number, callback: AsyncCallback\<number>): voi…
634 …性:declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number…
635 …efile;<br>方法or属性:declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>旧…
636 …declare function readText(<br> filePath: string,<br> options: {<br> position?: number;<br> …
637 …方法or属性:declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): …
638 …declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: …
639 …方法or属性:declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): …
640 …efile;<br>方法or属性:declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
641 …cefile;<br>方法or属性:declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
642 …方法or属性:declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): …
643 …file;<br>方法or属性:declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>…
644 …r>方法or属性:declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): voi…
645 …efile;<br>方法or属性:declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>旧…
646 …性:declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<numbe…
647 …declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> …
658 …declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>旧版本信息:1390…
659 …declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>旧版本…
660 …declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>旧版本信息:13900001,1…
661 …declare function rename(oldPath: string, newPath: string): Promise\<void>;<br>旧版本信息:13900001,13900…
662 …declare function renameSync(oldPath: string, newPath: string): void;<br>旧版本信息:13900001,13900002,13…
796 |函数有变化|类名:sourcefile;<br>方法or属性:declare function closeSync(fd: number \| File): void;|类名:sourcefile…
798 …|类名:sourcefile;<br>方法or属性:declare function access(path: string): Promise\<boolean>;<br>旧版本信息:|类名:s…
799 …ile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>…
800 …有变化|类名:sourcefile;<br>方法or属性:declare function accessSync(path: string): boolean;<br>旧版本信息:|类名:sour…
801 …名:sourcefile;<br>方法or属性:declare function close(file: number \| File): Promise\<void>;<br>旧版本信息:|类名…
802 …e;<br>方法or属性:declare function close(file: number \| File, callback: AsyncCallback\<void>): void;<b…
803 …化|类名:sourcefile;<br>方法or属性:declare function closeSync(file: number \| File): void;<br>旧版本信息:|类名:so…
804 …属性:declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promis…
805 …declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<…
806 …declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: num…
807 …法or属性:declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number):…
808 …化|类名:sourcefile;<br>方法or属性:declare function fdatasync(fd: number): Promise\<void>;<br>旧版本信息:|类名:so…
809 …file;<br>方法or属性:declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
810 …力有变化|类名:sourcefile;<br>方法or属性:declare function fdatasyncSync(fd: number): void;<br>旧版本信息:|类名:sourc…
811 …有变化|类名:sourcefile;<br>方法or属性:declare function fsync(fd: number): Promise\<void>;<br>旧版本信息:|类名:sour…
812 …cefile;<br>方法or属性:declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
813 …台能力有变化|类名:sourcefile;<br>方法or属性:declare function fsyncSync(fd: number): void;<br>旧版本信息:|类名:sourcef…
814 …declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> …
815 …le;<br>方法or属性:declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<b…
816 …declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> l…
817 …declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br>…
818 …变化|类名:sourcefile;<br>方法or属性:declare function mkdir(path: string): Promise\<void>;<br>旧版本信息:|类名:sou…
819 …efile;<br>方法or属性:declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
820 …能力有变化|类名:sourcefile;<br>方法or属性:declare function mkdirSync(path: string): void;<br>旧版本信息:|类名:source…
821 …类名:sourcefile;<br>方法or属性:declare function mkdtemp(prefix: string): Promise\<string>;<br>旧版本信息:|类名:…
822 …le;<br>方法or属性:declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br…
823 …变化|类名:sourcefile;<br>方法or属性:declare function mkdtempSync(prefix: string): string;<br>旧版本信息:|类名:sou…
824 …e;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<…
825 …r>方法or属性:declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): voi…
826 …性:declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void…
827 …file;<br>方法or属性:declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>…
828 …ourcefile;<br>方法or属性:declare function open(path: string, mode?: number): Promise\<File>;<br>旧版本信息:…
829 …cefile;<br>方法or属性:declare function open(path: string, callback: AsyncCallback\<File>): void;<br>旧版…
830 …<br>方法or属性:declare function open(path: string, mode: number, callback: AsyncCallback\<File>): void…
831 …名:sourcefile;<br>方法or属性:declare function openSync(path: string, mode?: number): File;<br>旧版本信息:|类名…
832 …declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options?: {<br> offset?:…
833 …方法or属性:declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<number>): v…
834 …declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: …
835 …declare function readSync(<br> fd: number,<br> buffer: ArrayBuffer,<br> options?: {<br> offs…
836 …declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> …
837 …e;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<…
838 …declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> l…
839 …declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br>…
840 …cefile;<br>方法or属性:declare function rename(oldPath: string, newPath: string): Promise\<void>;<br>旧版…
841 …方法or属性:declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): …
842 …ourcefile;<br>方法or属性:declare function renameSync(oldPath: string, newPath: string): void;<br>旧版本信息…
843 …变化|类名:sourcefile;<br>方法or属性:declare function rmdir(path: string): Promise\<void>;<br>旧版本信息:|类名:sou…
844 …efile;<br>方法or属性:declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
845 …能力有变化|类名:sourcefile;<br>方法or属性:declare function rmdirSync(path: string): void;<br>旧版本信息:|类名:source…
846 …名:sourcefile;<br>方法or属性:declare function stat(file: string \| number): Promise\<Stat>;<br>旧版本信息:|类…
847 …e;<br>方法or属性:declare function stat(file: string \| number, callback: AsyncCallback\<Stat>): void;<…
848 …化|类名:sourcefile;<br>方法or属性:declare function statSync(file: string \| number): Stat;<br>旧版本信息:|类名:s…
849 …ile;<br>方法or属性:declare function truncate(file: string \| number, len?: number): Promise\<void>;<br…
850 …<br>方法or属性:declare function truncate(file: string \| number, callback: AsyncCallback\<void>): void…
851 …r属性:declare function truncate(file: string \| number, len: number, callback: AsyncCallback\<void>)…
852 …cefile;<br>方法or属性:declare function truncateSync(file: string \| number, len?: number): void;<br>旧版…
853 …变化|类名:sourcefile;<br>方法or属性:declare function unlink(path: string): Promise\<void>;<br>旧版本信息:|类名:so…
854 …efile;<br>方法or属性:declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>旧…
855 …能力有变化|类名:sourcefile;<br>方法or属性:declare function unlinkSync(path: string): void;<br>旧版本信息:|类名:sourc…
856 …declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options?: {<br> …
857 …性:declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<numbe…
858 …declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> …
859 …declare function writeSync(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options?: {<…
861 |跨平台能力有变化|类名:fileIo;<br>方法or属性:declare fileIo<br>旧版本信息:|类名:fileIo;<br>方法or属性:declare fileIo<br>新版本信…
863 |跨平台能力有变化|类名:File;<br>方法or属性:declare interface File<br>旧版本信息:|类名:File;<br>方法or属性:declare interface …
865 |跨平台能力有变化|类名:Stat;<br>方法or属性:declare interface Stat<br>旧版本信息:|类名:Stat;<br>方法or属性:declare interface …