Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/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/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Doperations.hpp379 bool create_directory(const path& p) {return detail::create_directory(p, 0);} in create_directory() function
382 bool create_directory(const path& p, system::error_code& ec) BOOST_NOEXCEPT in create_directory() function
385 bool create_directory(const path& p, const path& existing) in create_directory() function
388 bool create_directory(const path& p, const path& existing, system::error_code& ec) BOOST_NOEXCEPT 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.c116 static void create_directory(struct __test_metadata *const _metadata, in create_directory() function
/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp1520 bool create_directory(const path& p, const path* existing, error_code* ec) in create_directory() function