Home
last modified time | relevance | path

Searched refs:Permissions (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h290 unsigned Permissions) { in copyAndProtect() argument
307 << (Permissions & sys::Memory::MF_READ ? 'R' : '-') in copyAndProtect()
308 << (Permissions & sys::Memory::MF_WRITE ? 'W' : '-') in copyAndProtect()
309 << (Permissions & sys::Memory::MF_EXEC ? 'X' : '-') in copyAndProtect()
313 if (Client.setProtections(Id, RemoteSegmentAddr, Permissions)) in copyAndProtect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp196 unsigned Permissions) { in applyMemoryGroupPermissions() argument
198 if (std::error_code EC = MMapper.protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h182 unsigned Permissions);
/third_party/curl/
Dbackport-CVE-2023-27535.patch150 long new_file_perms; /* Permissions to use when creating remote files */
151 long new_directory_perms; /* Permissions to use when creating remote dirs */
/third_party/node/deps/npm/node_modules/move-concurrently/
DREADME.md25 When copying ownership is maintained when running as root. Permissions are
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h673 std::error_code setPermissions(const Twine &Path, perms Permissions);
678 std::error_code setPermissions(int FD, perms Permissions);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc740 std::error_code setPermissions(const Twine &Path, perms Permissions) {
744 if (::chmod(P.begin(), Permissions))
749 std::error_code setPermissions(int FD, perms Permissions) {
750 if (::fchmod(FD, Permissions))
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-doctor.md90 #### Permissions checks
/third_party/libinput/doc/user/
Dtest-suite.rst63 Permissions required to run tests
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …ermissionRequest" | "PermissionRequestedEvent" | "PermissionStatus" | "Permissions" | "Plugin" | "…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc751 std::error_code setPermissions(const Twine &Path, perms Permissions) {
763 if (Permissions & all_write) {
782 std::error_code setPermissions(int FD, perms Permissions) {
/third_party/node/deps/npm/
DLICENSE105 Permissions for Redistribution of the Standard Version
/third_party/node/deps/npm/node_modules/npm-lifecycle/
DLICENSE105 Permissions for Redistribution of the Standard Version
/third_party/node/deps/npm/node_modules/gentle-fs/
DLICENSE105 Permissions for Redistribution of the Standard Version
/third_party/node/deps/npm/node_modules/bin-links/
DLICENSE105 Permissions for Redistribution of the Standard Version
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs2621 fn can_read(perms: &std::fs::Permissions) -> bool { in generate()
2627 fn can_read(_: &std::fs::Permissions) -> bool { in generate()
/third_party/typescript/lib/
Dlib.webworker.d.ts2642 interface Permissions { interface
2646 declare var Permissions: { variable
2647 prototype: Permissions;
2648 new(): Permissions;
5508 readonly permissions: Permissions;
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts2622 interface Permissions { interface
2626 declare var Permissions: { variable
2627 prototype: Permissions;
2628 new(): Permissions;
5488 readonly permissions: Permissions;
/third_party/selinux/secilc/docs/
Dcil_class_and_permission_statements.md532 <td align="left"><p>Permissions define a whitelist of ioctl values. Permission values must range fr…
/third_party/python/Doc/library/
Dwinreg.rst424 `Conflicts Between User Rights and Permissions documentation
Dshutil.rst237 Permissions and times of directories are copied with :func:`copystat`,
/third_party/elfutils/
DCOPYING154 2. Basic Permissions.
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
DLICENSE154 2. Basic Permissions.
/third_party/flutter/engine/flutter/tools/licenses/data/
Dgpl-3.0154 2. Basic Permissions.
/third_party/json/test/thirdparty/imapdl/
Dgpl-3.0.txt154 2. Basic Permissions.

12