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

/system/core/base/
H A Dutf8.cpp176 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.
207 #undef unlink macro
208 #define unlink ___xxx_unlink macro
616 return unlink(path);
618 #undef unlink
619 #define unlink ___xxx_unlink

Completed in 77 milliseconds