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/370-dex-v37/ |
D | build.py | 25 (ctx.test_dir / "370-dex-v37.jar").unlink()
|
/art/test/180-native-default-method/ |
D | build.py | 25 (ctx.test_dir / "180-native-default-method.jar").unlink()
|
/art/libnativebridge/tests/ |
D | CodeCacheStatFail_test.cpp | 48 unlink(codeCache()); 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 | 43 if (unlink(metrics_file.c_str()) != 0) { in OdrMetrics()
|
D | odrefresh.cc | 804 if (unlink(cache_info_filename_.c_str()) != 0) { in WriteCacheInfo() 1555 if (unlink(path.c_str()) != 0) { in CleanupArtifactDirectory() 1563 if (unlink(path.c_str()) != 0) { in CleanupArtifactDirectory() 1601 if (unlink(path.c_str()) != 0) { in RefreshExistingArtifacts() 1959 unlink(artifacts.ImagePath().c_str()); in CompileBootClasspath() 1960 unlink(artifacts.OatPath().c_str()); in CompileBootClasspath() 1961 unlink(artifacts.VdexPath().c_str()); in CompileBootClasspath()
|
D | odrefresh_test.cc | 72 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 | 139 int unlink_result = unlink(filename_.c_str()); in Unlink() 441 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 | 688 unlink(file_path_.c_str()); in Unlink() 694 bool FdFile::Erase(bool unlink) { in Erase() argument 698 if (unlink) { in Erase()
|
D | fd_file_test.cc | 103 ASSERT_EQ(unlink(good_path.c_str()), 0); in TEST_F()
|
/art/runtime/oat/ |
D | oat_file_assistant_test.cc | 812 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 882 ASSERT_EQ(0, unlink(oat_location.c_str())); in TEST_P() 1094 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 1117 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 2022 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 2023 ASSERT_EQ(0, unlink(vdex_location.c_str())); in TEST_P() 2074 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() 2075 ASSERT_EQ(0, unlink(vdex_location.c_str())); in TEST_P() 2117 ASSERT_EQ(0, unlink(dex_location.c_str())); in TEST_P() 2145 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_P() [all …]
|
D | oat_file_manager.cc | 683 if (unlink(cache[i].second.c_str()) != 0) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 308 EXPECT_EQ(0, unlink(dex2.c_str())); in TEST_F() 316 EXPECT_EQ(0, unlink(multidex1.c_str())); in TEST_F()
|
/art/test/ |
D | run_test_build.py | 229 wrapper.unlink() 376 src_file.unlink()
|
/art/tools/common/ |
D | common.py | 361 os.unlink(file_path)
|
/art/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 361 ASSERT_EQ(0, unlink(dex_location_sym.c_str())); in TEST_F()
|
/art/runtime/ |
D | runtime_image.cc | 1934 unlink(temp_path.c_str()); in WriteImageToDisk()
|
12