Searched refs:O_WRONLY (Results 1 – 6 of 6) sorted by relevance
/platform_testing/utils/shell-as/shell-code/ |
D | selinux-x86_64.S | 47 mov $O_WRONLY, %rsi 48 mov $O_WRONLY, %rdx
|
D | selinux-x86.S | 55 mov $O_WRONLY, %ecx 56 mov $O_WRONLY, %edx
|
D | selinux-arm64.S | 47 mov x2, O_WRONLY 48 mov x3, O_WRONLY
|
D | selinux-arm.S | 50 mov r1, O_WRONLY 51 mov r2, O_WRONLY
|
D | constants.S | 20 .equ O_WRONLY, 1 define
|
/platform_testing/utils/shell-as/ |
D | test-app.cpp | 51 int staging_file = open(kTestAppApkStagingPath, O_WRONLY | O_CREAT | O_TRUNC, in InstallTestApp()
|