Searched refs:rdbFile (Results 1 – 1 of 1) sorted by relevance
47 auto rdbFile = appDomainVerifyRdbConfig_.dbPath + appDomainVerifyRdbConfig_.dbName; in DeleteIfCannotAccess() local49 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()