/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 | 33 def make_dir(): function 305 make_dir() 310 make_dir()
|
/system/core/init/ |
util.h | 42 int make_dir(const char *path, mode_t mode);
|
devices.c | 550 make_dir(base, 0755); 585 make_dir(devpath, 0755); 599 make_dir("/dev/bus", 0755); 600 make_dir("/dev/bus/usb", 0755); 602 make_dir(devpath, 0755); 611 make_dir(base, 0755); 614 make_dir(base, 0755); 617 make_dir(base, 0755); 620 make_dir(base, 0755); 623 make_dir(base, 0755) [all...] |
util.c | 298 ret = make_dir(buf, mode); 303 ret = make_dir(pathname, mode); 473 int make_dir(const char *path, mode_t mode) function
|
builtins.c | 304 ret = make_dir(args[1], mode);
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_projects.py | 147 make_dir = os.path.join(pepperdir, branch) 148 print "\nMake: " + make_dir 152 make = os.path.join(make_dir, 'make.bat') 183 buildbot_common.Run(make_cmd, cwd=make_dir, env=env) 186 buildbot_common.Run(make_cmd + ['clean'], cwd=make_dir, env=env)
|
/bionic/libc/tools/ |
gensyscalls.py | 21 def make_dir( path ): function 26 make_dir(parent) 31 make_dir(dir) 403 make_dir( bionic_temp )
|