HomeSort by relevance Sort by last modified time
    Searched refs:not_a_directory (Results 1 - 25 of 46) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
default_error_condition.pass.cpp 22 std::error_condition e_cond = e_cat.default_error_condition(static_cast<int>(std::errc::not_a_directory));
24 assert(e_cond.value() == static_cast<int>(std::errc::not_a_directory));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
ErrorConditionEnum.pass.cpp 22 std::error_condition ec(std::errc::not_a_directory);
23 assert(ec.value() == static_cast<int>(std::errc::not_a_directory));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code.pass.cpp 24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_int_error_category.pass.cpp 24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_error_code_string.pass.cpp 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg);
26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_error_code_const_char_pointer.pass.cpp 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str());
26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_int_error_category_const_char_pointer.pass.cpp 25 std::system_error se(static_cast<int>(std::errc::not_a_directory),
27 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_int_error_category_string.pass.cpp 25 std::system_error se(static_cast<int>(std::errc::not_a_directory),
27 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
default_error_condition.pass.cpp 22 std::error_condition e_cond = e_cat.default_error_condition(static_cast<int>(std::errc::not_a_directory));
24 assert(e_cond.value() == static_cast<int>(std::errc::not_a_directory));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
error_constants.h 111 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
error_constants.h 111 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
error_constants.h 109 not_a_directory = ENOTDIR, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
error_constants.h 111 not_a_directory = ENOTDIR, member in class:errc

Completed in 333 milliseconds

1 2