Searched refs:RemoveFile (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/kernel_lite/dyload_posix/ |
H A D | DlopenTest.cpp | 78 ASSERT_EQ(RemoveFile(newSO), 0);
in HWTEST_F() 145 ASSERT_EQ(RemoveFile(testSo), 0);
in HWTEST_F() 222 ASSERT_EQ(RemoveFile(newSO), 0);
in HWTEST_F() 253 EXPECT_EQ(RemoveFile(newSO1), 0);
in HWTEST_F() 254 EXPECT_EQ(RemoveFile(newSO2), 0);
in HWTEST_F() 255 EXPECT_EQ(RemoveFile(newSO3), 0);
in HWTEST_F() 281 ASSERT_EQ(RemoveFile(newSO), 0);
in HWTEST_F()
|
H A D | ExecveTest.cpp | 99 EXPECT_EQ(RemoveFile(testELF2), 0);
in HWTEST_F() 100 EXPECT_EQ(RemoveFile(testELF3), 0);
in HWTEST_F()
|
H A D | DlopenApiTest.cpp | 96 ASSERT_EQ(RemoveFile(newSO), 0);
in HWTEST_F()
|
/test/xts/acts/kernel_lite/utils/ |
H A D | libfs.h | 42 int RemoveFile(const char *fpath);
|
H A D | libfs.cpp | 80 int RemoveFile(const char *fpath)
in RemoveFile() function
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | libfs.h | 42 int RemoveFile(const char *fpath);
|
H A D | libfs.cpp | 83 int RemoveFile(const char *fpath)
in RemoveFile() function
|
Completed in 4 milliseconds