Searched refs:authRight (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 113 int SetDir(const std::string &directory, const int authRight = AUTHORITY); 115 void CopyDir(const std::string &srcDir, const std::string &destDir, const int authRight = AUTHORITY…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 355 int SetDir(const std::string &directory, const int authRight) argument 384 if (mkdir(dir, authRight) == E_ERROR) { 428 void CopyDir(const string &srcDir, const string &destDir, const int authRight) argument 435 if (SetDir(destFullDir.c_str(), authRight)) {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_backup_test.cpp | 139 const int authRight = 0111; variable 140 SetDir(noRightPath, authRight);
|
H A D | distributeddb_nb_backup_test.cpp | 140 const int authRight = 0111; variable 141 SetDir(noRightPath, authRight);
|