Searched defs:unlink (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps.h91 int rc = unlink(path);
94 /* unlink returns EACCES when the file is read-only, so we first */
95 /* try to make it writable, then unlink again... */
98 rc = unlink(path);
102 #undef unlink macro
103 #define unlink ___xxx_unlink macro
378 return unlink(path);
380 #undef unlink macro
381 #define unlink ___xxx_unlink macro

Completed in 87 milliseconds