/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | run_result.py | 86 with os.fdopen(os.open(analysis_ressult_path, FLAGS, MODES), 'wb') as f:
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | libgenndk.cpp | 31 int fp = open("/data/storage/el2/base/files/fff.txt", O_CREAT, PARAM_0777);
in Basename()
|
/test/xts/hats/kernel/syscalls/fileio/pwrite64/ |
H A D | Pwrite64ApiTest.cpp | 77 int fd = open(TEST_FILE, O_RDWR | O_CREAT | O_TRUNC, 0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/pwritev/ |
H A D | PwritevApiTest.cpp | 65 int fd = open(TEST_FILE, O_RDWR | O_CREAT | O_TRUNC, 0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/syncfs/ |
H A D | SyncfsApiTest.cpp | 70 fd = open(SYNCFS_TEST_FILE, O_RDWR | O_CREAT | O_TRUNC, 0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/setxattr/ |
H A D | SetxattrApiTest.cpp | 41 int fd = open(TEST_FILE_PATH, O_CREAT | O_WRONLY, 0644); in SetUp()
|
/test/xts/hats/kernel/syscalls/fileio/chroot/ |
H A D | ChrootApiTest.cpp | 98 fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0755); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fdatasync/ |
H A D | FdatasyncApiTest.cpp | 67 int fd = open(TEST_FILE, O_RDWR | O_CREAT | O_TRUNC, MODE_0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fstat/ |
H A D | FstatApiTest.cpp | 65 int fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fstatfs/ |
H A D | FstatfsApiTest.cpp | 68 fd = open(OPEN_API_TEST_FILE, O_RDONLY); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/ftruncate/ |
H A D | FtruncateApiTest.cpp | 68 fd = open(TEST_FILE, O_WRONLY | O_CREAT, 0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fsync/ |
H A D | FsyncApiTest.cpp | 67 fd = open(TEST_FILE, O_WRONLY | O_CREAT, 0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/getxattr/ |
H A D | GetxattrApiTest.cpp | 45 int fd = open(TEST_FILE, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in SetUp()
|
/test/xts/hats/kernel/syscalls/mem/mlock/ |
H A D | MlockApiTest.cpp | 72 int fd = open(TEST_FILE, O_RDWR | O_CREAT, 0666); in HWTEST_F()
|
/test/xts/tools/build/ |
H A D | test_package_select.py | 25 with open(subsystem_data_file) as fd:
|
/third_party/elfutils/tests/ |
H A D | get-pubnames.c | 74 int fd = open (argv[cnt], O_RDONLY); in main()
|
H A D | getsrc_die.c | 36 int fd = open (argv[1], O_RDONLY); in main()
|
H A D | scnnames.c | 42 fd = open (argv[1], O_RDONLY); in main() 45 printf ("cannot open \"%s\": %s\n", argv[1], strerror (errno)); in main() 54 printf ("cannot open ELF file: %s\n", elf_errmsg (-1)); in main()
|
H A D | debugaltlink.c | 45 int fd = open (file, O_RDONLY); in main() 47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file); in main()
|
H A D | buildid.c | 45 int fd = open (file, O_RDONLY); in main() 47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file); in main()
|
H A D | elfrdwrnop.c | 53 int fd = open (name, O_RDWR); in main() 56 fprintf (stderr, "Couldn't open file '%s': %s\n", in main() 64 fprintf (stderr, "Couldn't open ELF file '%s': %s\n", in main()
|
H A D | strptr.c | 48 int fd = open (fname, O_RDONLY); in main() 51 printf ("cannot open `%s' read-only: %s\n", fname, strerror (errno)); in main()
|
/third_party/eudev/src/v4l_id/ |
H A D | v4l_id.c | 65 fd = open(device, O_RDONLY); in main()
|
/third_party/eudev/src/shared/ |
H A D | random-util.c | 75 fd = open("/dev/urandom", O_RDONLY|O_CLOEXEC|O_NOCTTY); in dev_urandom()
|
/third_party/backends/backend/genesys/ |
H A D | test_usb_device.h | 37 void open(const char* dev_name) override;
|