Home
last modified time | relevance | path

Searched refs:EXIST (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_commit_notify_data.h32 EXIST, // key exist enumerator
H A Dsingle_ver_utils.cpp154 existedStatus = ExistStatus::EXIST; in InitCommitNotifyDataKeyStatus()
H A Dsingle_ver_natural_store_commit_notify_data.cpp75 if (keyPropRecord_[hashKey].existStatus == ExistStatus::EXIST) { in InsertCommittedData()
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
H A Djs_leak_watcher.js149 if (!fs.accessSync(filePath, fs.AccessModeType.EXIST)) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp291 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 Datomicserviceweb.js701 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 Datomicserviceweb.ets582 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 Djs-apis-file-fs.md222 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 Djs-apis-file-fs.md226 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. |