Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 6 of 6) sorted by relevance

/platform_testing/utils/shell-as/shell-code/
Dselinux-x86_64.S47 mov $O_WRONLY, %rsi
48 mov $O_WRONLY, %rdx
Dselinux-x86.S55 mov $O_WRONLY, %ecx
56 mov $O_WRONLY, %edx
Dselinux-arm64.S47 mov x2, O_WRONLY
48 mov x3, O_WRONLY
Dselinux-arm.S50 mov r1, O_WRONLY
51 mov r2, O_WRONLY
Dconstants.S20 .equ O_WRONLY, 1 define
/platform_testing/utils/shell-as/
Dtest-app.cpp51 int staging_file = open(kTestAppApkStagingPath, O_WRONLY | O_CREAT | O_TRUNC, in InstallTestApp()