Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp31 int SingleVerDatabaseOper::SetSecOpt(const std::string &path, bool isDir) const in SetSecOpt() function in DistributedDB::SingleVerDatabaseOper
131 errCode = SetSecOpt(backupDir, true); in BackupDb()
143 return SetSecOpt(backupDir, false); // set file SecOpt in BackupDb()
283 errCode = SetSecOpt(info.backupDir, true); in BackupCurrentDatabase()
296 errCode = SetSecOpt(info.backupDir, false); in BackupCurrentDatabase()
406 (void)SetSecOpt(info.currentDir, false); // not care err, Make sure to set the label in ImportUnpackedDatabase()
H A Dsingle_ver_database_oper.h71 int SetSecOpt(const std::string &path, bool isDir = true) const;