HomeSort by relevance Sort by last modified time
    Searched refs:RemoveFileIfExists (Results 1 - 10 of 10) sorted by null

  /frameworks/base/cmds/bootanimation/iot/
BootParameters.cpp 31 using android::base::RemoveFileIfExists;
54 if (!RemoveFileIfExists(kLastBootFile, &err))
  /system/core/base/include/android-base/
file.h 64 bool RemoveFileIfExists(const std::string& path, std::string* err = nullptr);
  /system/core/base/
file_test.cpp 124 ASSERT_TRUE(android::base::RemoveFileIfExists(tf.path, &err)) << err;
125 ASSERT_TRUE(android::base::RemoveFileIfExists(tf.path));
127 ASSERT_FALSE(android::base::RemoveFileIfExists(td.path));
128 ASSERT_FALSE(android::base::RemoveFileIfExists(td.path, &err));
file.cpp 199 bool RemoveFileIfExists(const std::string& path, std::string* err) {
  /external/wpa_supplicant_8/hostapd/hidl/1.0/
hostapd.cpp 33 using android::base::RemoveFileIfExists;
  /system/core/storaged/
storaged.cpp 173 RemoveFileIfExists(proto_path(user_id), nullptr);
  /system/extras/boottime_tools/bootio/
bootio_collector.cpp 60 if (!android::base::RemoveFileIfExists(path, &err)) {
  /system/extras/simpleperf/
record_file_writer.cpp 43 if (!android::base::RemoveFileIfExists(filename, &err)) {
  /bootable/recovery/uncrypt/
uncrypt.cpp 255 if (!android::base::RemoveFileIfExists(map_file, &err)) {
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 114 android::base::RemoveFileIfExists(to);
772 android::base::RemoveFileIfExists(path);
    [all...]

Completed in 603 milliseconds