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

/system/core/base/
H A Dutf8.cpp198 int mkdir(const char* name, mode_t) { function in namespace:android::base::utf8
/system/core/adb/
H A Dsysdeps.h110 #undef mkdir macro
111 #define mkdir ___xxx_mkdir macro
614 return mkdir(path.c_str(), mode);
617 #undef mkdir
618 #define mkdir ___xxx_mkdir

Completed in 1124 milliseconds