Home
last modified time | relevance | path

Searched refs:ACCESS_MODE_EXISTENCE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dos_api.cpp28 const int ACCESS_MODE_EXISTENCE = 0; variable
38 return (access(filePath.c_str(), ACCESS_MODE_EXISTENCE) == 0); in IsPathExist()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp46 const int ACCESS_MODE_EXISTENCE = 0; variable
55 int ret = _access(filePath.c_str(), ACCESS_MODE_EXISTENCE); in CheckPathExistence()
370 const int ACCESS_MODE_EXISTENCE = 0;
380 return (access(filePath.c_str(), ACCESS_MODE_EXISTENCE) == 0);