Searched refs:can_write (Results 1 - 4 of 4) sorted by relevance

/external/qemu/hw/
H A Dpci.c463 int can_write, i; local
515 can_write = 0;
518 can_write = 1;
539 can_write = 0;
542 can_write = 1;
547 if (can_write) {
/external/clang/lib/Driver/
H A DCompilation.cpp220 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File))
/external/llvm/include/llvm/Support/
H A DFileSystem.h409 bool can_write(const Twine &Path);
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp530 if (!llvm::sys::fs::can_write(OutputPath))

Completed in 160 milliseconds