Searched refs:fileExists (Results 1 – 5 of 5) sorted by relevance
69 `when`(persistenceWrapper.fileExists).thenReturn(true)84 `when`(persistenceWrapper.fileExists).thenReturn(false)122 `when`(persistenceWrapper.fileExists).thenReturn(false)
77 if (persistenceWrapper.fileExists) {94 if (!persistenceWrapper.fileExists) {
77 val fileExists: Boolean
333 bool fileExists(const std::string& path) { in fileExists() function348 if (fileExists(lockAgentJarPath)) { in findLockAgentJar()358 if (fileExists(sysFrameworkPath)) { in findLockAgentJar()363 if (fileExists(relPath)) { in findLockAgentJar()
746 boolean fileExists = mFile.exists(); in writeToFile()756 if (fileExists) { in writeToFile()