Searched refs:WRITE_ONLY (Results 1 – 15 of 15) sorted by relevance
60 WRITE_ONLY, enumerator61 READ_WRITE = READ_ONLY | WRITE_ONLY,
165 if (mode & fileIo.OpenMode.WRITE_ONLY) {171 if ((mode & fileIo.OpenMode.WRITE_ONLY) && (mode & fileIo.OpenMode.APPEND)) {
18 fs.openSync(uri, fs.OpenMode.WRITE_ONLY)
97 let desFile: fileIo.File = await fileIo.open(desFileUris[0], fileIo.OpenMode.WRITE_ONLY);
284 …let file = fileStream.openSync(dir + '/' + fileName, fileStream.OpenMode.WRITE_ONLY | fileStream.O…
130 | WRITE_ONLY | number | 0o1 | 只写打开。 |
1457 …认以只读方式打开:<br/>- OpenMode.READ_ONLY(0o0):只读打开。<br/>- OpenMode.WRITE_ONLY(0o1):只写打开。<br/>-…1500 …认以只读方式打开:<br/>- OpenMode.READ_ONLY(0o0):只读打开。<br/>- OpenMode.WRITE_ONLY(0o1):只写打开。<br/>-…1573 …认以只读方式打开:<br/>- OpenMode.READ_ONLY(0o0):只读打开。<br/>- OpenMode.WRITE_ONLY(0o1):只写打开。<br/>-…3624 …认以只读方式创建:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-…3700 …认以只读方式创建:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-…3736 …认以只读方式创建:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-…3776 …认以只读方式创建:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-…3811 …认以只读方式创建:<br/>- OpenMode.READ_ONLY(0o0):只读创建。<br/>- OpenMode.WRITE_ONLY(0o1):只写创建。<br/>-…5615 | WRITE_ONLY | number | 0o1 | 只写打开。<br>**原子化服务API:** 从API version 11开始,该接口支持在原子化服务中使用。 |5928 …个,默认只写方式创建:<br/>- OpenMode.READ_ONLY(0o0):只读。<br/>- OpenMode.WRITE_ONLY(0o1):只写。<br/>-&n…
6 |新增|NA|模块名: ohos.file.fs<br>类名: OpenMode<br>方法名 or 属性名: WRITE_ONLY|@ohos.file.fs.d.ts|
6 |Added|NA|Module name: ohos.file.fs<br>Class name: OpenMode<br>Method or attribute name: WRITE_ONLY…
1461 …ode.READ_ONLY(0o0)**: Open the file in read-only mode.<br>- **OpenMode.WRITE_ONLY(0o1)**: Open the…1504 …ode.READ_ONLY(0o0)**: Open the file in read-only mode.<br>- **OpenMode.WRITE_ONLY(0o1)**: Open the…1577 …ode.READ_ONLY(0o0)**: Open the file in read-only mode.<br>- **OpenMode.WRITE_ONLY(0o1)**: Open the…3628 …the file in read-only mode. This is the default value.<br>- **OpenMode.WRITE_ONLY(0o1)**: Create t…3704 …the file in read-only mode. This is the default value.<br>- **OpenMode.WRITE_ONLY(0o1)**: Create t…3740 …the file in read-only mode. This is the default value.<br>- **OpenMode.WRITE_ONLY(0o1)**: Create t…3780 …the file in read-only mode. This is the default value.<br>- **OpenMode.WRITE_ONLY(0o1)**: Create t…3815 …the file in read-only mode. This is the default value.<br>- **OpenMode.WRITE_ONLY(0o1)**: Create t…5619 | WRITE_ONLY | number | 0o1 | Open the file in write-only mode.<br>**Atomic service API**: This …5932 …AD_ONLY(0o0)**: read-only, which is the default value.<br>- **OpenMode.WRITE_ONLY(0o1)**: write-on…