Home
last modified time | relevance | path

Searched defs:mkdir (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/src/stat/
H A Dmkdir.c5 int mkdir(const char *path, mode_t mode) in mkdir() function
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_util.h47 #define mkdir(dir, mode) _mkdir(dir) macro
/third_party/skia/infra/bots/
H A Dtest_utils.py24 def mkdir(self, dname, mode=0o755): member in FileWriter
/third_party/NuttX/fs/vfs/
H A Dfs_mkdir.c168 int mkdir(const char *pathname, mode_t mode) in mkdir() function
/third_party/curl/src/
H A Dtool_dirhie.c42 # define mkdir(x,y) (mkdir)((x)) macro
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js158 function mkdir() { function
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.py33 def mkdir(self,dir): member in Machine
/third_party/ffmpeg/libavformat/
H A Dos_support.h308 #define mkdir(a, b) win32_mkdir(a) macro
/third_party/NuttX/fs/nfs/
H A Dnfs_mount.h122 struct rpc_call_mkdir mkdir; member
H A Drpc.h364 struct MKDIR3args mkdir; member
485 struct MKDIR3resok mkdir; member
/third_party/libwebsockets/lib/misc/
H A Ddir.c43 #define mkdir(x,y) _mkdir(x) macro
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h104 int (*mkdir) (const char *, mode_t); member
H A Dfuse_lowlevel.h291 void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name, member
/third_party/libfuse/test/
H A Dtest_examples.py70 def mkdir(self, path): member in raii_tmpdir
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc269 int mkdir(const char* path, int _mode) { in mkdir() function
/third_party/libfuse/include/
H A Dfuse.h362 int (*mkdir) (const char *, mode_t); member
H A Dfuse_lowlevel.h386 void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name, member
/third_party/zlib/contrib/untgz/
H A Duntgz.c40 # define mkdir(dirname,mode) _mkdir(dirname) macro
/third_party/node/lib/
H A Dfs.js1340 function mkdir(path, options, callback) { function
/third_party/python/Lib/
H A Dpathlib.py1111 def mkdir(self, mode=0o777, parents=False, exist_ok=False): member in Path
H A Dzipfile.py1850 def mkdir(self, zinfo_or_directory_name, mode=511): member in ZipFile
/third_party/rust/crates/nix/src/
H A Dunistd.rs529 pub fn mkdir<P: ?Sized + NixPath>(path: &P, mode: Mode) -> Result<()> { in mkdir() functions
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs400 pub fn mkdir(path: *const c_char) -> ::c_int; in mkdir() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs820 pub fn mkdir(arg1: *const c_char, arg2: __mode_t) -> c_int; in mkdir() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs595 pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int; in mkdir() functions

Completed in 34 milliseconds

12