HomeSort by relevance Sort by last modified time
    Searched full:filesystem_error (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/std/experimental/filesystem/class.filesystem_error/
filesystem_error.members.pass.cpp 14 // class filesystem_error
16 // filesystem_error(const string& what_arg, error_code ec);
17 // filesystem_error(const string& what_arg, const path& p1, error_code ec);
18 // filesystem_error(const string& what_arg, const path& p1, const path& p2, error_code ec);
35 // The string returned by "filesystem_error::what() must contain runtime_error::what()
39 auto CheckWhat = [what_contains](filesystem_error const& e) {
48 // filesystem_error(const string& what_arg, error_code ec);
50 ASSERT_NOT_NOEXCEPT(filesystem_error(what_arg, ec));
51 filesystem_error e(what_arg, ec);
56 // filesystem_error(const string& what_arg, const path&, error_code ec)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.filesystem_error/
filesystem_error.members.pass.cpp 14 // class filesystem_error
16 // filesystem_error(const string& what_arg, error_code ec);
17 // filesystem_error(const string& what_arg, const path& p1, error_code ec);
18 // filesystem_error(const string& what_arg, const path& p1, const path& p2, error_code ec);
35 // The string returned by "filesystem_error::what() must contain runtime_error::what()
39 auto CheckWhat = [what_contains](filesystem_error const& e) {
48 // filesystem_error(const string& what_arg, error_code ec);
50 ASSERT_NOT_NOEXCEPT(filesystem_error(what_arg, ec));
51 filesystem_error e(what_arg, ec);
56 // filesystem_error(const string& what_arg, const path&, error_code ec)
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.canonical/
canonical.pass.cpp 93 TEST_CHECK_THROW(filesystem_error, canonical(StaticEnv::DNE));
94 TEST_CHECK_THROW(filesystem_error, canonical(StaticEnv::DNE, StaticEnv::Root));
106 } catch (filesystem_error const& err) {
113 } catch (filesystem_error const& err) {
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_empty/
is_empty.pass.cpp 43 TEST_CHECK_THROW(filesystem_error, is_empty(p));
77 TEST_CHECK_THROW(filesystem_error, is_empty(dir2));
92 TEST_CHECK_THROW(filesystem_error, is_empty(dir));
106 TEST_CHECK_THROW(filesystem_error, is_empty(fifo));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.canonical/
canonical.pass.cpp 93 TEST_CHECK_THROW(filesystem_error, canonical(StaticEnv::DNE));
94 TEST_CHECK_THROW(filesystem_error, canonical(StaticEnv::DNE, StaticEnv::Root));
106 } catch (filesystem_error const& err) {
113 } catch (filesystem_error const& err) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_empty/
is_empty.pass.cpp 43 TEST_CHECK_THROW(filesystem_error, is_empty(p));
77 TEST_CHECK_THROW(filesystem_error, is_empty(dir2));
92 TEST_CHECK_THROW(filesystem_error, is_empty(dir));
106 TEST_CHECK_THROW(filesystem_error, is_empty(fifo));
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
equivalent.pass.cpp 75 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, E));
76 TEST_CHECK_THROW(filesystem_error, equivalent(E, DNE));
79 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, DNE));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
equivalent.pass.cpp 75 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, E));
76 TEST_CHECK_THROW(filesystem_error, equivalent(E, DNE));
79 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, DNE));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStreamError.h 24 filesystem_error
  /hardware/interfaces/power/1.1/
IPower.hal 31 * @return retval SUCCESS on success or FILESYSTEM_ERROR on filesystem
  /external/libcxx/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
ctor.pass.cpp 81 TEST_CHECK_THROW(filesystem_error, directory_iterator(testPath));
82 TEST_CHECK_THROW(filesystem_error, directory_iterator(testPath, opts));
202 TEST_CHECK_THROW(filesystem_error, directory_iterator(testFile));
  /external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
ctor.pass.cpp 82 TEST_CHECK_THROW(filesystem_error, RDI(testPath));
83 TEST_CHECK_THROW(filesystem_error, RDI(testPath, opts));
204 TEST_CHECK_THROW(filesystem_error, RDI(testFile));

Completed in 1195 milliseconds

1 2 3 4 5 6