Searched refs:setWritable (Results 1 – 13 of 13) sorted by relevance
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/io/ |
D | FileMatchersTest.java | 54 file.setWritable(false); in testAWritableFile() 60 file.setWritable(false); in testAFileWithSizeLong() 66 file.setWritable(false); in testAFileWithSizeMatcherOfLong() 72 file.setWritable(false); in testAFileNamed() 78 file.setWritable(false); in testAFileWithCanonicalPath() 84 file.setWritable(false); in testAFileWithAbsolutePath()
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
D | FileUtils.java | 47 file.setWritable(true /* readable */, false/* ownerOnly */); in open() 80 dir.setWritable(true /* readable */, false/* ownerOnly */); in mkdirs()
|
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | Core.java | 45 HandleSignals.none().setWritable(true).immutable(); 63 public HandleSignals setWritable(boolean writable) { in setWritable() method in Core.HandleSignals
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Memory.h | 83 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = 0);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Memory.h | 148 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = nullptr);
|
/external/llvm/include/llvm/Support/ |
D | Memory.h | 148 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = nullptr);
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Memory.inc | 70 bool Memory::setWritable(MemoryBlock &M, std::string *ErrMsg) {
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Memory.inc | 107 bool llvm::sys::Memory::setWritable (MemoryBlock &M, std::string *ErrMsg) {
|
/external/llvm/lib/Support/Windows/ |
D | Memory.inc | 193 bool Memory::setWritable(MemoryBlock &M, std::string *ErrMsg) {
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/ |
D | CoreImplTest.java | 48 HandleSignals.none().setPeerClosed(true).setReadable(true).setWritable(true); 282 Core.HandleSignals.none().setReadable(true).setWritable(true), 0); in testMessagePipeEmpty()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 499 sys::Memory::setWritable(CodeSlabs[i]); in setMemoryWritable()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 242 bool Memory::setWritable (MemoryBlock &M, std::string *ErrMsg) {
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 255 bool Memory::setWritable (MemoryBlock &M, std::string *ErrMsg) {
|