HomeSort by relevance Sort by last modified time
    Searched refs:_real_mkdir (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h 18 int _real_mkdir(const char* pathname, mode_t mode);
kernel_wrap_dummy.cc 34 int _real_mkdir(const char* pathname, mode_t mode) { function
mount_passthrough.cc 156 return _real_mkdir(path.Join().c_str(), perm);
kernel_wrap_newlib.cc 279 int _real_mkdir(const char* pathname, mode_t mode) { function
kernel_wrap_glibc.cc 350 int _real_mkdir(const char* pathname, mode_t mode) { function

Completed in 45 milliseconds