Home
last modified time | relevance | path

Searched refs:GetPermissions (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointName.cpp70 if (GetPermissions().AnySet()) in GetDescription()
75 GetPermissions().GetDescription(s, level); in GetDescription()
85 bp_sp->GetPermissions().MergeInto(GetPermissions()); in ConfigureBreakpoint()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h556 const BreakpointName::Permissions &GetPermissions() const { in GetPermissions() function
560 BreakpointName::Permissions &GetPermissions() { in GetPermissions() function
565 return GetPermissions().GetAllowList(); in AllowList()
568 return GetPermissions().GetAllowDisable(); in AllowDisable()
571 return GetPermissions().GetAllowDelete(); in AllowDelete()
DBreakpointName.h170 Permissions &GetPermissions() { return m_permissions; } in GetPermissions() function
171 const Permissions &GetPermissions() const { return m_permissions; } in GetPermissions() function
/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp142 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec) const { in GetPermissions() function in FileSystem
143 return GetPermissions(file_spec.GetPath()); in GetPermissions()
146 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec, in GetPermissions() function in FileSystem
150 return GetPermissions(file_spec.GetPath(), ec); in GetPermissions()
153 uint32_t FileSystem::GetPermissions(const Twine &path) const { in GetPermissions() function in FileSystem
155 return GetPermissions(path, ec); in GetPermissions()
158 uint32_t FileSystem::GetPermissions(const Twine &path, in GetPermissions() function in FileSystem
175 return GetPermissions(path) & sys::fs::perms::all_read; in Readable()
/external/llvm-project/lldb/include/lldb/Host/
DFileSystem.h103 uint32_t GetPermissions(const FileSpec &file_spec) const;
104 uint32_t GetPermissions(const llvm::Twine &path) const;
105 uint32_t GetPermissions(const FileSpec &file_spec, std::error_code &ec) const;
106 uint32_t GetPermissions(const llvm::Twine &path, std::error_code &ec) const;
DFile.h328 uint32_t GetPermissions(Status &error) const;
/external/llvm-project/lldb/source/API/
DSBSection.cpp235 uint32_t SBSection::GetPermissions() const { in GetPermissions() function in SBSection
236 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBSection, GetPermissions); in GetPermissions()
240 return section_sp->GetPermissions(); in GetPermissions()
320 LLDB_REGISTER_METHOD_CONST(uint32_t, SBSection, GetPermissions, ()); in RegisterMethods()
DSBBreakpointName.cpp640 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()
650 bp_name->GetPermissions().SetAllowList(value); in SetAllowList()
659 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete()
669 bp_name->GetPermissions().SetAllowDelete(value); in SetAllowDelete()
678 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()
687 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()
/external/pdfium/fxjs/
Dcjs_document.cpp357 if (!m_pFormFillEnv->GetPermissions(FPDFPERM_EXTRACT_ACCESS)) in mailForm()
463 if (!(m_pFormFillEnv->GetPermissions(FPDFPERM_MODIFY) || in removeField()
464 m_pFormFillEnv->GetPermissions(FPDFPERM_ANNOT_FORM))) { in removeField()
509 if (!(m_pFormFillEnv->GetPermissions(FPDFPERM_MODIFY) || in resetForm()
510 m_pFormFillEnv->GetPermissions(FPDFPERM_ANNOT_FORM) || in resetForm()
511 m_pFormFillEnv->GetPermissions(FPDFPERM_FILL_FORM))) { in resetForm()
736 if (!m_pFormFillEnv->GetPermissions(FPDFPERM_MODIFY)) in setPropertyInternal()
772 if (!m_pFormFillEnv->GetPermissions(FPDFPERM_MODIFY)) in set_delay()
1201 if (!(m_pFormFillEnv->GetPermissions(FPDFPERM_MODIFY) || in calculateNow()
1202 m_pFormFillEnv->GetPermissions(FPDFPERM_ANNOT_FORM) || in calculateNow()
[all …]
/external/llvm-project/lldb/unittests/Host/
DFileSystemTest.cpp211 TEST(FileSystemTest, GetPermissions) { in TEST() argument
214 EXPECT_EQ(sys::fs::all_all, fs.GetPermissions("/foo")); in TEST()
216 fs.GetPermissions(FileSpec("/foo", FileSpec::Style::posix))); in TEST()
326 EXPECT_EQ(llvm::sys::fs::perms::perms_not_known, fs.GetPermissions(spec)); in TEST()
/external/llvm-project/lldb/include/lldb/API/
DSBSection.h68 GetPermissions() const;
/external/llvm-project/lldb/bindings/interface/
DSBSection.i95 GetPermissions() const;
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h42 uint32_t GetPermissions() const;
Dcpdf_parser.h83 uint32_t GetPermissions() const;
Dcpdf_parser.cpp953 uint32_t CPDF_Parser::GetPermissions() const { in GetPermissions() function in CPDF_Parser
954 return m_pSecurityHandler ? m_pSecurityHandler->GetPermissions() : 0xFFFFFFFF; in GetPermissions()
Dcpdf_document.cpp343 return m_pParser->GetPermissions(); in GetUserPermissions()
/external/llvm-project/lldb/include/lldb/Target/
DMemory.h83 uint32_t GetPermissions() const { return m_permissions; } in GetPermissions() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h79 bool GetPermissions(int nFlag) const;
/external/llvm-project/lldb/include/lldb/Core/
DSection.h185 uint32_t GetPermissions() const;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp475 return m_pFormFillEnv->GetPermissions(FPDFPERM_FILL_FORM) || in IsFillingAllowed()
476 m_pFormFillEnv->GetPermissions(FPDFPERM_ANNOT_FORM) || in IsFillingAllowed()
477 m_pFormFillEnv->GetPermissions(FPDFPERM_MODIFY); in IsFillingAllowed()
/external/chromium-trace/catapult/devil/devil/android/
Dapk_helper_test.py228 all_permissions = helper.GetPermissions()
Dapk_helper.py277 def GetPermissions(self): member in BaseApkHelper
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp61 const uint32_t permissions = FileSystem::Instance().GetPermissions( in ResolveExecutable()
/external/llvm-project/lldb/source/Core/
DSection.cpp368 uint32_t Section::GetPermissions() const { in GetPermissions() function in Section
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp1693 const BreakpointName::Permissions &GetPermissions() const { in GetPermissions() function in BreakpointAccessOptionGroup
1783 m_access_options.GetPermissions()); in DoExecute()
1787 m_access_options.GetPermissions()); in DoExecute()

12