Home
last modified time | relevance | path

Searched defs:create_directory (Results 1 – 6 of 6) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Doperations.h83 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/
Dmk_hugefiles.c92 static errcode_t create_directory(ext2_filsys fs, char *dir, in create_directory() function
/external/autotest/client/common_lib/cros/
Dsmbprovider.py138 def create_directory(self, mount_id, directory_path, recursive): member in SmbProvider
/external/autotest/client/common_lib/
Dpackages.py84 def create_directory(repo): function
/external/armnn/third-party/ghc/
Dfilesystem.hpp3435 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/
Dfs_test.c102 static void create_directory(struct __test_metadata *const _metadata, in create_directory() function