Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/rdb/
H A Dapp_domain_verify_rdb_data_manager.cpp47 auto rdbFile = appDomainVerifyRdbConfig_.dbPath + appDomainVerifyRdbConfig_.dbName; in DeleteIfCannotAccess() local
49 if (access(rdbFile.c_str(), F_OK) == 0 && access(rdbFile.c_str(), R_OK | W_OK) != 0) { in DeleteIfCannotAccess()
50 auto ret = remove(rdbFile.c_str()); in DeleteIfCannotAccess()