Searched refs:unlink (Results 1 - 25 of 32) sorted by relevance

12

/system/core/libcutils/
H A Dklog.c41 unlink(name);
H A Dprivate.h217 extern int unlink P((const char * filename));
218 #define remove unlink
H A Dsocket_local_server.c66 /* basically: if this is a filesystem path, unlink first */
74 unlink(addr.sun_path);
H A Dashmem-host.c72 if (unlink(name) == -1)
H A Dfs.c140 unlink(temp);
/system/core/toolbox/
H A Drm.c31 /* a file, so unlink it */
33 return unlink(name);
105 ret = unlink(argv[i]);
H A Dwipe.c165 ret = unlink(nameBuffer);
168 fprintf(stderr, "unlink() error on '%s' '%s'\n",
/system/core/adb/
H A Dsysdeps.h92 int rc = unlink(path);
95 /* unlink returns EACCES when the file is read-only, so we first */
96 /* try to make it writable, then unlink again... */
99 rc = unlink(path);
103 #undef unlink macro
104 #define unlink ___xxx_unlink macro
382 return unlink(path);
384 #undef unlink macro
385 #define unlink ___xxx_unlink macro
/system/core/toolbox/cp/
H A Dutils.c171 (void)unlink(to.p_path);
188 (void)unlink(to.p_path);
331 if (exists && unlink(to.p_path)) {
332 warn("unlink: %s", to.p_path);
345 if (exists && unlink(to.p_path)) {
346 warn("unlink: %s", to.p_path);
359 if (exists && unlink(to.p_path)) {
360 warn("unlink: %s", to.p_path);
/system/netd/
H A DSoftapController.cpp191 unlink(HOSTAPD_CONF_FILE);
198 unlink(HOSTAPD_CONF_FILE);
/system/core/init/
H A Dutil.c107 ret = unlink(addr.sun_path);
109 ERROR("Failed to unlink old socket '%s': %s\n", name, strerror(errno));
142 unlink(addr.sun_path);
357 unlink(newpath);
378 unlink(name);
H A Dsignal_handler.c75 unlink(tmp);
H A Dlogo.c152 unlink(fn);
H A Dproperty_service.c145 unlink("/dev/__properties__");
338 unlink(tempPath);
H A Dbootchart.c373 unlink( LOG_STOPFILE );
/system/vold/
H A DVolumeManager.cpp312 unlink(asecFileName);
319 unlink(asecFileName);
333 unlink(asecFileName);
353 unlink(asecFileName);
364 unlink(asecFileName);
375 unlink(asecFileName);
394 unlink(asecFileName);
408 unlink(asecFileName);
427 unlink(asecFileName);
795 if (unlink(asecFileNam
[all...]
H A DVolume.cpp144 if (unlink(filename)) {
/system/core/sh/
H A Dhistedit.c298 unlink(editfile);
437 unlink(editfile);
/system/bluetooth/tools/
H A Dsock_shutdown_test.c127 unlink(local_addr_un.sun_path);
H A Dasocket_test.c145 unlink(local_addr_un.sun_path);
/system/core/mkbootimg/
H A Dmkbootimg.c262 unlink(bootimg);
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c265 unlink(tempfile);
/system/extras/sound/
H A Dplaywav.c291 unlink(fn);
/system/extras/tests/sdcard/
H A Dsysutil.cpp428 unlink(name_buffer);
/system/security/keystore/
H A Dkeystore.cpp388 unlink(tmpFileName);
564 unlink(file->d_name);
968 return (unlink(filename) && errno != ENOENT) ? SYSTEM_ERROR : NO_ERROR;
1177 return (unlink(filename) && errno != ENOENT) ? SYSTEM_ERROR : NO_ERROR;

Completed in 1174 milliseconds

12