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.
106 #undef unlink macro
107 #define unlink ___xxx_unlink macro
474 return unlink(path);
476 #undef unlink
477 #define unlink ___xxx_unlink

Completed in 74 milliseconds