Searched refs:unlink (Results 1 - 25 of 78) sorted by path

1234

/system/bt/bta/gatt/
H A Dbta_gattc_cache.cc1553 unlink(fname);
/system/bt/osi/src/
H A Dconfig.cc412 unlink(temp_filename);
/system/bt/osi/src/socket_utils/
H A Dsocket_local_server.cc54 /* basically: if this is a filesystem path, unlink first */
62 unlink(addr.sun_path);
/system/bt/osi/test/
H A Dwakelock_test.cc78 unlink(lock_path_.c_str());
79 unlink(unlock_path_.c_str());
/system/bt/service/ipc/
H A Dipc_handler_linux.cc41 if (!socket_path_.empty()) unlink(socket_path_.value().c_str());
77 unlink(path.value().c_str());
/system/bt/tools/mcap_tool/
H A Dmcap_tool.cc935 unlink(PID_FILE);
/system/core/adb/
H A Dsysdeps.h32 // Include this before open/close/unlink are defined as macros below.
120 #undef unlink macro
121 #define unlink ___xxx_unlink macro
492 return unlink(path);
494 #undef unlink
495 #define unlink ___xxx_unlink
H A Dtest_device.py1262 os.unlink(file_path)
1293 os.unlink(file_path)
/system/core/base/
H A Dfile.cpp98 unlink(path.c_str());
185 if (unlink(path.c_str()) == -1) {
H A Dfile_test.cpp52 ASSERT_EQ(0, unlink(link.path));
H A Dtest_utils.cpp89 unlink(path);
H A Dutf8.cpp224 int unlink(const char* name) { function in namespace:android::base::utf8
H A Dutf8_test.cpp483 EXPECT_EQ(0, unlink(utf8.c_str()));
/system/core/base/include/android-base/
H A Dutf8.h27 #include <unistd.h> // unlink
77 // // anonymous namespace to avoid conflict with existing open(), unlink(), etc.
85 // unlink(name); // Calls android::base::utf8::unlink().
94 int unlink(const char* name);
99 using ::unlink;
/system/core/bootstat/
H A Dboot_event_record_store_test.cpp88 unlink(entry_path.c_str());
/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/fastboot/
H A Dfastboot.cpp576 unlink(path_template.c_str());
601 if (unlink(marker_file.c_str()) == -1) {
/system/core/fs_mgr/
H A Dfs_mgr.cpp506 unlink(target);
/system/core/init/
H A Dbuiltins.cpp647 return unlink(args[1].c_str());
H A Ddescriptors.cpp81 unlink(path.c_str());
H A Ddevices.cpp368 unlink(link.c_str());
371 unlink(devpath.c_str());
H A Dinit.cpp837 unlink(compiled_sepolicy);
840 unlink(compiled_sepolicy);
H A Dproperty_service.cpp140 unlink(tempPath);
H A Dutil.cpp114 if ((unlink(addr.sun_path) != 0) && (errno != ENOENT)) {
115 PLOG(ERROR) << "Failed to unlink old socket '" << name << "'";
163 unlink(addr.sun_path);

Completed in 284 milliseconds

1234