Home
last modified time | relevance | path

Searched refs:text_file_busy (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp96 static_assert(static_cast<int>(std::errc::text_file_busy) == ETXTBSY, ""); in main()
/external/libcxx/include/
Dsystem_error195 text_file_busy, // ETXTBSY
354 text_file_busy = ETXTBSY,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h609 text_file_busy = ETXTBSY, enumerator