| /third_party/musl/src/stat/ |
| D | mkdir.c | 5 int mkdir(const char *path, mode_t mode) in mkdir() function
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| D | dd_util.h | 47 #define mkdir(dir, mode) _mkdir(dir) macro
|
| /third_party/NuttX/fs/vfs/ |
| D | fs_mkdir.c | 168 int mkdir(const char *pathname, mode_t mode) in mkdir() function
|
| /third_party/skia/infra/bots/ |
| D | test_utils.py | 24 def mkdir(self, dname, mode=0o755): member in FileWriter
|
| /third_party/curl/src/ |
| D | tool_dirhie.c | 42 # define mkdir(x,y) (mkdir)((x)) macro
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | system_file.js | 97 mkdir: function (...args) { method
|
| D | ohos_fileio.js | 493 mkdir: function (...args) { method
|
| /third_party/node/test/parallel/ |
| D | test-trace-events-fs-async.js | 158 function mkdir() { function
|
| /third_party/ltp/testcases/network/nfsv4/locks/ |
| D | locktests.py | 33 def mkdir(self,dir): member in Machine
|
| /third_party/libwebsockets/lib/misc/ |
| D | dir.c | 43 #define mkdir(x,y) _mkdir(x) macro
|
| /third_party/ffmpeg/libavformat/ |
| D | os_support.h | 308 #define mkdir(a, b) win32_mkdir(a) macro
|
| /third_party/NuttX/fs/nfs/ |
| D | nfs_mount.h | 122 struct rpc_call_mkdir mkdir; member
|
| D | rpc.h | 364 struct MKDIR3args mkdir; member 485 struct MKDIR3resok mkdir; member
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| D | fuse.h | 104 int (*mkdir) (const char *, mode_t); member
|
| D | fuse_lowlevel.h | 291 void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name, member
|
| /third_party/libfuse/test/ |
| D | test_examples.py | 70 def mkdir(self, path): member in raii_tmpdir
|
| /third_party/protobuf/src/google/protobuf/io/ |
| D | io_win32.cc | 269 int mkdir(const char* path, int _mode) { in mkdir() function
|
| /third_party/node/lib/internal/fs/ |
| D | promises.js | 750 async function mkdir(path, options) { function 1042 mkdir, property
|
| /third_party/zlib/contrib/untgz/ |
| D | untgz.c | 40 # define mkdir(dirname,mode) _mkdir(dirname) macro
|
| /third_party/node/deps/npm/node_modules/tar/lib/ |
| D | unpack.js | 14 const mkdir = require('./mkdir.js') constant
|
| /third_party/libfuse/include/ |
| D | fuse.h | 362 int (*mkdir) (const char *, mode_t); member
|
| D | fuse_lowlevel.h | 386 void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name, member
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
| D | syscalls.rs | 1175 pub(crate) fn mkdir(pathname: &CStr, mode: Mode) -> io::Result<()> { in mkdir() function
|
| /third_party/python/Lib/ |
| D | pathlib.py | 1111 def mkdir(self, mode=0o777, parents=False, exist_ok=False): member in Path
|
| D | zipfile.py | 1849 def mkdir(self, zinfo_or_directory_name, mode=511): member in ZipFile
|