Home
last modified time | relevance | path

Searched refs:LOCK_UN (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dfile_ex.h36 #ifndef LOCK_UN
37 #define LOCK_UN 1 macro
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.h44 int ret = flock(fd, LOCK_UN);
H A Dfile_impl.cpp372 ret = flock(fileEntity->fd_.get()->GetFD(), LOCK_UN); in UnLock()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp414 return FileLock(LOCK_UN); in UnLock()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.cpp300 ret = flock(fileEntity->fd_.get()->GetFD(), LOCK_UN); in UnLock()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp705 errCode = flock(lockFd_, LOCK_UN); in Unlock()

Completed in 7 milliseconds