Searched refs:RemoveFileIfExists (Results 1 – 4 of 4) sorted by relevance
106 ASSERT_TRUE(android::base::RemoveFileIfExists(tf.path, &err)) << err; in TEST()107 ASSERT_TRUE(android::base::RemoveFileIfExists(tf.path)); in TEST()109 ASSERT_FALSE(android::base::RemoveFileIfExists(td.path)); in TEST()110 ASSERT_FALSE(android::base::RemoveFileIfExists(td.path, &err)); in TEST()
148 bool RemoveFileIfExists(const std::string& path, std::string* err) { in RemoveFileIfExists() function
44 bool RemoveFileIfExists(const std::string& path, std::string* err = nullptr);
39 if (!android::base::RemoveFileIfExists(filename, &err)) { in CreateInstance()