Searched refs:unlink (Results 51 - 75 of 78) sorted by relevance

1234

/system/core/debuggerd/libdebuggerd/test/
H A Ddump_memory_test.cpp123 if (unlink(tmp_file) == -1) {
H A Dtombstone_test.cpp66 if (unlink(tmp_file) == -1) {
/system/core/trusty/storage/proxy/
H A Dstorage.c191 rc = unlink(path);
/system/security/keystore/
H A Dblob.cpp248 unlink(tmpFileName);
H A Dkeystore.cpp354 return (unlink(filename) && errno != ENOENT) ?
371 rc = (unlink(filename) && errno != ENOENT) ?
/system/update_engine/common/
H A Dtest_utils.cc124 if (unlink(path) != 0) {
H A Dutils.cc989 if (unlink(out_path->value().c_str()) != 0)
/system/core/init/
H A Dinit.cpp837 unlink(compiled_sepolicy);
840 unlink(compiled_sepolicy);
H A Dproperty_service.cpp140 unlink(tempPath);
H A Dbuiltins.cpp647 return unlink(args[1].c_str());
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc198 unlink(semaphore.c_str());
221 unlink(processed.c_str());
/system/bt/osi/src/
H A Dconfig.cc412 unlink(temp_filename);
/system/core/liblog/
H A Dpmsg_reader.c118 return unlink("/sys/fs/pstore/pmsg-ramoops-0");
/system/extras/ioshark/
H A Dioshark_bench_subr.c206 if (unlink(db_node->filename) < 0) {
207 fprintf(stderr, "%s: Cannot unlink %s:%s\n",
/system/extras/perfprofd/
H A Dperfprofdcore.cc748 if (unlink(data_file_path.c_str())) { // then try to remove
749 W_ALOGW("unable to unlink previous perf.data file");
/system/extras/simpleperf/
H A Denvironment.cpp557 unlink(filepath_.c_str());
H A Dcmd_record.cpp964 if (unlink(record_filename_.c_str()) != 0) {
/system/vold/
H A DUtils.cpp92 if (TEMP_FAILURE_RETRY(unlink(cpath))) {
/system/core/adb/
H A Dtest_device.py1262 os.unlink(file_path)
1293 os.unlink(file_path)
/system/core/fastboot/
H A Dfastboot.cpp576 unlink(path_template.c_str());
601 if (unlink(marker_file.c_str()) == -1) {
/system/core/logcat/tests/
H A Dlogcat_test.cpp1013 unlink(command);
1165 unlink(id_file);
/system/bt/tools/mcap_tool/
H A Dmcap_tool.cc935 unlink(PID_FILE);
/system/core/fs_mgr/
H A Dfs_mgr.cpp506 unlink(target);
/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc779 EXPECT_EQ(unlink(key_path.value().c_str()), 0);
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc816 unlink(patch_file_path.c_str());

Completed in 438 milliseconds

1234