HomeSort by relevance Sort by last modified time
    Searched defs:rmdir (Results 1 - 9 of 9) sorted by null

  /bionic/libc/bionic/
rmdir.cpp 32 int rmdir(const char* path) { function
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 216 function rmdir(e) { function
218 postCall('rmdir', dirname, function(dirname) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 103 // Called by rmdir()
104 int (*rmdir)(const char* path); member in struct:fuse_operations
kernel_proxy.cc 367 int KernelProxy::rmdir(const char* path) { function in class:nacl_io::KernelProxy
377 error = fs->Rmdir(rel);
    [all...]
  /external/bison/darwin-lib/
unistd.h 86 /* Native Windows platforms declare chdir, getcwd, rmdir in
1617 # undef rmdir macro
    [all...]
  /external/bison/linux-lib/
unistd.h 86 /* Native Windows platforms declare chdir, getcwd, rmdir in
1617 # undef rmdir macro
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 50 test.rmdir('subdir', ...)
1134 def rmdir(self, dir): member in class:TestCmd
    [all...]
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 530 int (*rmdir) (struct inode *, struct qstr *); member in struct:nfs_rpc_ops
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 506 /// int rmdir(const char *path);
507 rmdir, enumerator in enum:llvm::LibFunc::Func

Completed in 541 milliseconds