Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 14 of 14) sorted by relevance

/system/utest/fs/
A Dtest-unlink.cpp112 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 Dwrap.c129 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 Drules.mk52 MODULE_LDFLAGS += --wrap chdir --wrap renameat --wrap realpath --wrap remove
/system/utest/fs-test-utils/
A Dperftest_test.cpp85 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 Dposix-test-main.cpp45 remove(runtests::TestFsRoot()); in main()
A Druntests-utils-test-utils.cpp47 remove(path_.data()); in ~ScopedScriptFile()
74 remove(path_.data()); in ~ScopedTestFile()
A Druntests-utils-test-utils.h102 remove(dir_path); in CleanUpDir()
/system/utest/fdio/
A Dfdio_root.c41 ASSERT_EQ(remove("/"), -1, ""); in remove_test()
/system/ulib/trace-provider/
A DREADME.md27 N.B. This function will get renamed to remove the *_etc* suffix when
/system/fidl/zircon-usb-peripheral/
A Dusb-peripheral.fidl44 // Tells the device to remove the child devices for the configuration's interfaces
/system/host/banjo/compiler/
A Dmain.cpp148 remove(filename_.c_str()); in ~Stream()
/system/fidl/fuchsia-hardware-ethernet/
A Dethernet.fidl95 // TODO(teisenbe): We should probably remove these? They are only used for testing.
/system/fidl/fuchsia-device-manager/
A Dcoordinator.fidl77 /// Ask the devhost to remove this device. On success, the remote end of
/system/host/zbi/
A Dzbi.cpp275 remove(outfile); in CreateFile()
2112 items.erase(std::remove(items.begin(), items.end(), nullptr), items.end()); in main()

Completed in 29 milliseconds