Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/
Doperations.h115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p… in create_directory() function
116 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory() function
119 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { in create_directory() function
122 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code… in create_directory() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__filesystem/
H A Doperations.h115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p… in create_directory() function
116 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory() function
119 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { in create_directory() function
122 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code… in create_directory() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__filesystem/
Doperations.h115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p… in create_directory() function
116 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory() function
119 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { in create_directory() function
122 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code… in create_directory() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/
Doperations.h114 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p… in create_directory() function
115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory() function
118 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { in create_directory() function
121 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code… in create_directory() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__filesystem/
Doperations.h115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p… in create_directory() function
116 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory() function
119 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { in create_directory() function
122 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code… in create_directory() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/
Doperations.h115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p… in create_directory() function
116 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory() function
119 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { in create_directory() function
122 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code… in create_directory() function
/aosp_15_r20/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
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/wasi/
H A Dfs.rs200 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()>; in create_directory() method
278 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()> { in create_directory() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/wasi/
H A Dfs.rs200 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()>; in create_directory() method
278 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()> { in create_directory() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/wasi/
H A Dfs.rs200 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()>; in create_directory() method
278 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()> { in create_directory() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/wasi/
H A Dfs.rs200 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()>; in create_directory() method
278 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()> { in create_directory() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/wasi/
H A Dfs.rs200 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()>; in create_directory() method
278 fn create_directory<P: AsRef<Path>>(&self, dir: P) -> io::Result<()> { in create_directory() method
/aosp_15_r20/external/e2fsprogs/misc/
H A Dmk_hugefiles.c92 static errcode_t create_directory(ext2_filsys fs, char *dir, in create_directory() function
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dsmbprovider.py138 def create_directory(self, mount_id, directory_path, recursive): member in SmbProvider
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs115 pub fn create_directory(&self, path: &str) -> io::Result<()> { in create_directory() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs115 pub fn create_directory(&self, path: &str) -> io::Result<()> { in create_directory() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs115 pub fn create_directory(&self, path: &str) -> io::Result<()> { in create_directory() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs115 pub fn create_directory(&self, path: &str) -> io::Result<()> { in create_directory() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs115 pub fn create_directory(&self, path: &str) -> io::Result<()> { in create_directory() method
/aosp_15_r20/external/autotest/client/common_lib/
H A Dpackages.py84 def create_directory(repo): function
/aosp_15_r20/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp142 status_t create_directory(const char* directory) { in create_directory() function
/aosp_15_r20/external/armnn/third-party/ghc/
H A 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
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/landlock/
H A Dfs_test.c116 static void create_directory(struct __test_metadata *const _metadata, in create_directory() function
/aosp_15_r20/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