Searched refs:EXIST (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_natural_store_commit_notify_data.h | 32 EXIST, // key exist enumerator
|
H A D | single_ver_utils.cpp | 154 existedStatus = ExistStatus::EXIST; in InitCommitNotifyDataKeyStatus()
|
H A D | single_ver_natural_store_commit_notify_data.cpp | 75 if (keyPropRecord_[hashKey].existStatus == ExistStatus::EXIST) { in InsertCommittedData()
|
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/ |
H A D | js_leak_watcher.js | 149 if (!fs.accessSync(filePath, fs.AccessModeType.EXIST)) {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.cpp | 291 ExistStatus existedStatus = isExisted ? ExistStatus::EXIST : ExistStatus::NONE; in PutKvData() 1628 committedData->InitKeyPropRecord(hashKey, ExistStatus::EXIST); in DeleteLocalDataInner()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 701 if (!h7.uri.startsWith('file://') && !fs.accessSync(h7.uri, fs.AccessModeType.EXIST)) {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/ |
H A D | atomicserviceweb.ets | 582 if (!file.uri.startsWith('file://') && !fs.accessSync(file.uri, fs.AccessModeType.EXIST)) {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-fs.md | 222 fs.access(filePath, fs.AccessModeFlag.EXIST, fs.AccessFlagType.LOCAL).then((res: boolean) => { 364 let res = fs.accessSync(filePath, fs.AccessModeFlag.EXIST, fs.AccessFlagType.LOCAL); 5696 | EXIST | 0 | 文件是否存在 |
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-fs.md | 226 fs.access(filePath, fs.AccessModeFlag.EXIST, fs.AccessFlagType.LOCAL).then((res: boolean) => { 368 let res = fs.accessSync(filePath, fs.AccessModeFlag.EXIST, fs.AccessFlagType.LOCAL); 5700 | EXIST | 0 | Verify whether the file exists. |
|