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

  /packages/apps/Launcher2/
fill_screens.py 30 def make_dir(): function
82 make_dir()
print_db.py 28 def make_dir(): function
229 make_dir()
233 make_dir()
  /packages/apps/Launcher3/
fill_screens.py 30 def make_dir(): function
82 make_dir()
print_db.py 35 def make_dir(): function
302 make_dir()
307 make_dir()
  /system/core/init/
util.h 51 int make_dir(const char* path, mode_t mode, selabel_handle* sehandle);
util.cpp 219 auto ret = make_dir(directory.c_str(), mode, sehandle);
223 auto ret = make_dir(path.c_str(), mode, sehandle);
252 int make_dir(const char* path, mode_t mode, selabel_handle* sehandle) { function in namespace:android::init
builtins.cpp 221 ret = make_dir(args[1].c_str(), mode, sehandle);
867 if (make_dir(dir, 0700, sehandle) && errno != EEXIST) {
  /bionic/libc/tools/
gensyscalls.py 35 def make_dir(path): function
40 make_dir(parent)
47 make_dir(dir)
630 make_dir(bionic_temp)

Completed in 219 milliseconds