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

  /external/toybox/toys/posix/
rmdir.c 22 static void do_rmdir(char *name) function
46 for (s=toys.optargs; *s; s++) do_rmdir(*s);
  /external/openssh/
sftp-client.c 717 do_rmdir(struct sftp_conn *conn, const char *path) function
    [all...]
  /system/core/init/
builtins.cpp 650 static int do_rmdir(const std::vector<std::string>& args) { function in namespace:android::init
931 {"rmdir", {1, 1, do_rmdir}},
  /external/e2fsprogs/debugfs/
debugfs.c 1892 void do_rmdir(int argc, char *argv[]) function
    [all...]

Completed in 921 milliseconds