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

/system/core/base/
H A Dutf8.cpp224 int unlink(const char* name) { function in namespace:android::base::utf8
/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

Completed in 3865 milliseconds