Searched refs:unlink (Results 1 – 25 of 29) sorted by relevance
12
/art/tools/jfuzz/ |
D | run_dex_fuzz_test.py | 127 os.unlink(cfile) 128 os.unlink('jerr.txt') 129 os.unlink('dxerr.txt')
|
D | run_jfuzz_test.py | 606 os.unlink(file_path)
|
/art/test/180-native-default-method/ |
D | build.py | 25 (ctx.test_dir / "180-native-default-method.jar").unlink()
|
/art/test/370-dex-v37/ |
D | build.py | 25 (ctx.test_dir / "370-dex-v37.jar").unlink()
|
/art/libnativebridge/tests/ |
D | CodeCacheStatFail_test.cpp | 48 unlink(kCodeCache); in TEST_F()
|
D | PreInitializeNativeBridge_test.cpp | 59 ASSERT_EQ(0, unlink("./cpuinfo")) << "Error unlinking temporary file."; in TEST_F()
|
/art/dex2oat/utils/ |
D | swap_space_test.cc | 38 unlink(scratch.GetFilename().c_str()); in SwapTest()
|
/art/odrefresh/ |
D | odr_statslog_android.cc | 92 if (unlink(kOdrefreshMetricsFile) != 0) { in UploadStatsIfAvailable()
|
D | odr_fs_utils.cc | 51 return unlink(fpath); in NftwCleanUpCallback()
|
D | odr_metrics.cc | 44 if (unlink(metrics_file.c_str()) != 0) { in OdrMetrics()
|
D | odrefresh.cc | 755 if (unlink(cache_info_filename_.c_str()) != 0) { in WriteCacheInfo() 1497 if (unlink(path.c_str()) != 0) { in CleanupArtifactDirectory() 1505 if (unlink(path.c_str()) != 0) { in CleanupArtifactDirectory() 1543 if (unlink(path.c_str()) != 0) { in RefreshExistingArtifacts() 1857 unlink(artifacts.ImagePath().c_str()); in CompileBootClasspath() 1858 unlink(artifacts.OatPath().c_str()); in CompileBootClasspath() 1859 unlink(artifacts.VdexPath().c_str()); in CompileBootClasspath()
|
D | odrefresh_test.cc | 74 return android::base::ScopeGuard([=]() { unlink(name.c_str()); }); in ScopedCreateEmptyFile()
|
/art/libartbase/base/ |
D | os_linux.cc | 43 unlink(name); in CreateEmptyFile()
|
D | common_art_test.cc | 140 int unlink_result = unlink(filename_.c_str()); in Unlink() 424 int unlink_result = unlink(filename.c_str()); in ClearDirectory()
|
/art/test/utils/python/testgen/ |
D | mixins.py | 137 out_file.unlink()
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 81 bool Erase(bool unlink = false);
|
D | fd_file.cc | 541 unlink(file_path_.c_str()); in Unlink() 547 bool FdFile::Erase(bool unlink) { in Erase() argument 551 if (unlink) { in Erase()
|
D | fd_file_test.cc | 85 ASSERT_EQ(unlink(good_path.c_str()), 0); in TEST_F()
|
/art/runtime/ |
D | oat_file_assistant_test.cc | 789 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 854 ASSERT_EQ(0, unlink(oat_location.c_str())); in TEST_P() 1062 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 1085 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 1971 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 1972 ASSERT_EQ(0, unlink(vdex_location.c_str())); in TEST_P() 2023 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 2024 ASSERT_EQ(0, unlink(vdex_location.c_str())); in TEST_P() 2066 ASSERT_EQ(0, unlink(dex_location.c_str())); in TEST_P() 2091 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() [all …]
|
D | oat_file_manager.cc | 666 if (unlink(cache[i].second.c_str()) != 0) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
|
D | runtime_image.cc | 1908 unlink(temp_path.c_str()); in WriteImageToDisk()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 312 EXPECT_EQ(0, unlink(dex2.c_str())); in TEST_F() 320 EXPECT_EQ(0, unlink(multidex1.c_str())); in TEST_F()
|
/art/tools/common/ |
D | common.py | 361 os.unlink(file_path)
|
/art/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 374 ASSERT_EQ(0, unlink(dex_location_sym.c_str())); in TEST_F()
|
/art/test/ |
D | run_test_build.py | 312 src_file.unlink()
|
12