HomeSort by relevance Sort by last modified time
    Searched defs:IsReadOnly (Results 1 - 14 of 14) sorted by null

  /test/vts-testcase/kernel/api/sysfs/
KernelApiSysfsTest.py 69 def IsReadOnly(self, path):
84 file_utils.IsReadOnly(permission),
99 self.IsReadOnly(filepath)
109 self.IsReadOnly(filepath)
114 self.IsReadOnly(filepath)
  /test/vts/utils/python/file/
file_utils.py 199 def IsReadOnly(permission_bits):
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 112 public bool IsReadOnly
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.cc 113 bool PlatformSharedBuffer::IsReadOnly() const {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } }
  /external/lzma/CPP/Windows/
FileFind.h 15 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
56 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); }
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 102 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget))
454 bool CFFL_InteractiveFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) {
    [all...]
  /external/v8/src/
lookup.h 234 bool IsReadOnly() const { return property_details().IsReadOnly(); }
property-details.h 335 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; }
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
MmcHost.h 166 MMC_ISREADONLY IsReadOnly;
  /art/runtime/
dex_file.cc 140 bool DexFile::IsReadOnly() const {
145 CHECK(IsReadOnly());
154 CHECK(!IsReadOnly());
406 CHECK(dex_file->IsReadOnly()) << location;
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 436 bool IsReadOnly = isReadOnlyData(Section);
459 } else if (IsReadOnly) {
664 bool IsReadOnly = isReadOnlyData(Section);
709 Name, IsReadOnly);
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.cpp 697 bool CPWL_Wnd::IsReadOnly() const {
  /external/v8/src/crankshaft/
hydrogen.h     [all...]

Completed in 1090 milliseconds