HomeSort by: relevance | last modified time | path
    Searched refs:can_write (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
Compilation.cpp 126 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File))
  /src/external/gpl2/xcvs/dist/src/
client.c 311 int can_read = 0, can_write = 0, can_execute = 0;
318 can_write = 1;
327 if (can_write)
336 if (can_write)
345 if (can_write)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 477 inline bool can_write(const Twine &Path) { function in namespace:llvm::sys::fs
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 800 if (!llvm::sys::fs::can_write(OutputPath))

Completed in 24 milliseconds