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

/system/core/adb/
H A Dsysdeps.h113 int rc = unlink(path);
116 /* unlink returns EACCES when the file is read-only, so we first */
117 /* try to make it writable, then unlink again... */
120 rc = unlink(path);
124 #undef unlink macro
125 #define unlink ___xxx_unlink macro
396 return unlink(path);
398 #undef unlink macro
399 #define unlink ___xxx_unlink macro

Completed in 83 milliseconds