Searched defs:create_directory (Results 1 – 6 of 6) sorted by relevance
/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/ |
D | operations.h | 83 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p… in create_directory() function 84 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { re… in create_directory() function 85 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { return _… in create_directory() function 86 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code… in create_directory() function
|
/external/e2fsprogs/misc/ |
D | mk_hugefiles.c | 92 static errcode_t create_directory(ext2_filsys fs, char *dir, in create_directory() function
|
/external/autotest/client/common_lib/cros/ |
D | smbprovider.py | 138 def create_directory(self, mount_id, directory_path, recursive): member in SmbProvider
|
/external/autotest/client/common_lib/ |
D | packages.py | 84 def create_directory(repo): function
|
/external/armnn/third-party/ghc/ |
D | filesystem.hpp | 3435 GHC_INLINE bool create_directory(const path& p) in create_directory() function 3445 GHC_INLINE bool create_directory(const path& p, std::error_code& ec) noexcept in create_directory() function 3450 GHC_INLINE bool create_directory(const path& p, const path& attributes) in create_directory() function 3460 GHC_INLINE bool create_directory(const path& p, const path& attributes, std::error_code& ec) noexce… in create_directory() function
|
/external/linux-kselftest/tools/testing/selftests/landlock/ |
D | fs_test.c | 102 static void create_directory(struct __test_metadata *const _metadata, in create_directory() function
|