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

/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
397 return unlink(path);
399 #undef unlink macro
400 #define unlink ___xxx_unlink macro

Completed in 377 milliseconds