Searched refs:remove (Results 1 – 14 of 14) sorted by relevance
| /system/utest/fs/ |
| A D | test-unlink.cpp | 112 ASSERT_EQ(remove(filename), 0); in test_remove() 113 ASSERT_EQ(remove(filename), -1); in test_remove() 119 ASSERT_EQ(remove(dirname), 0); in test_remove() 120 ASSERT_EQ(remove(dirname), -1); in test_remove() 127 ASSERT_EQ(remove("::dir"), -1); in test_remove() 129 ASSERT_EQ(remove("::dir/subdir"), 0); in test_remove() 130 ASSERT_EQ(remove("::dir"), 0); in test_remove() 131 ASSERT_EQ(remove("::dir"), -1); in test_remove()
|
| A D | wrap.c | 129 int FL(remove)(const char* path); 130 int FN(remove)(const char* path) { in FN() argument 133 DO_REAL(remove, real_path); in FN()
|
| A D | rules.mk | 52 MODULE_LDFLAGS += --wrap chdir --wrap renameat --wrap realpath --wrap remove
|
| /system/utest/fs-test-utils/ |
| A D | perftest_test.cpp | 85 remove(kFakeStdout); in InvalidOptionsReturnFalseAndPrintsUsage() 107 remove(kFakeStdout); in HelpPrintsUsageMessage() 156 remove(kFakeStdout); in OptionsAreOverwritten() 328 remove(kFakeStdout); in RunTestCasesWritesResultsAndStatistics() 335 remove(p_options.result_path.c_str()); in RunTestCasesWritesResultsAndStatistics() 339 remove(p_options.summary_path.c_str()); in RunTestCasesWritesResultsAndStatistics()
|
| /system/utest/runtests-utils/ |
| A D | posix-test-main.cpp | 45 remove(runtests::TestFsRoot()); in main()
|
| A D | runtests-utils-test-utils.cpp | 47 remove(path_.data()); in ~ScopedScriptFile() 74 remove(path_.data()); in ~ScopedTestFile()
|
| A D | runtests-utils-test-utils.h | 102 remove(dir_path); in CleanUpDir()
|
| /system/utest/fdio/ |
| A D | fdio_root.c | 41 ASSERT_EQ(remove("/"), -1, ""); in remove_test()
|
| /system/ulib/trace-provider/ |
| A D | README.md | 27 N.B. This function will get renamed to remove the *_etc* suffix when
|
| /system/fidl/zircon-usb-peripheral/ |
| A D | usb-peripheral.fidl | 44 // Tells the device to remove the child devices for the configuration's interfaces
|
| /system/host/banjo/compiler/ |
| A D | main.cpp | 148 remove(filename_.c_str()); in ~Stream()
|
| /system/fidl/fuchsia-hardware-ethernet/ |
| A D | ethernet.fidl | 95 // TODO(teisenbe): We should probably remove these? They are only used for testing.
|
| /system/fidl/fuchsia-device-manager/ |
| A D | coordinator.fidl | 77 /// Ask the devhost to remove this device. On success, the remote end of
|
| /system/host/zbi/ |
| A D | zbi.cpp | 275 remove(outfile); in CreateFile() 2112 items.erase(std::remove(items.begin(), items.end(), nullptr), items.end()); in main()
|
Completed in 29 milliseconds