Home
last modified time | relevance | path

Searched refs:open (Results 1401 - 1425 of 4964) sorted by relevance

1...<<51525354555657585960>>...199

/test/testfwk/developer_test/libs/fuzzlib/tools/
H A Drun_result.py86 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 Dlibgenndk.cpp31 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 DPwrite64ApiTest.cpp77 int fd = open(TEST_FILE, O_RDWR | O_CREAT | O_TRUNC, 0644); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/pwritev/
H A DPwritevApiTest.cpp65 int fd = open(TEST_FILE, O_RDWR | O_CREAT | O_TRUNC, 0644); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/syncfs/
H A DSyncfsApiTest.cpp70 fd = open(SYNCFS_TEST_FILE, O_RDWR | O_CREAT | O_TRUNC, 0644); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/setxattr/
H A DSetxattrApiTest.cpp41 int fd = open(TEST_FILE_PATH, O_CREAT | O_WRONLY, 0644); in SetUp()
/test/xts/hats/kernel/syscalls/fileio/chroot/
H A DChrootApiTest.cpp98 fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0755); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fdatasync/
H A DFdatasyncApiTest.cpp67 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 DFstatApiTest.cpp65 int fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0644); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fstatfs/
H A DFstatfsApiTest.cpp68 fd = open(OPEN_API_TEST_FILE, O_RDONLY); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/ftruncate/
H A DFtruncateApiTest.cpp68 fd = open(TEST_FILE, O_WRONLY | O_CREAT, 0644); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fsync/
H A DFsyncApiTest.cpp67 fd = open(TEST_FILE, O_WRONLY | O_CREAT, 0644); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/getxattr/
H A DGetxattrApiTest.cpp45 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 DMlockApiTest.cpp72 int fd = open(TEST_FILE, O_RDWR | O_CREAT, 0666); in HWTEST_F()
/test/xts/tools/build/
H A Dtest_package_select.py25 with open(subsystem_data_file) as fd:
/third_party/elfutils/tests/
H A Dget-pubnames.c74 int fd = open (argv[cnt], O_RDONLY); in main()
H A Dgetsrc_die.c36 int fd = open (argv[1], O_RDONLY); in main()
H A Dscnnames.c42 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 Ddebugaltlink.c45 int fd = open (file, O_RDONLY); in main()
47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file); in main()
H A Dbuildid.c45 int fd = open (file, O_RDONLY); in main()
47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file); in main()
H A Delfrdwrnop.c53 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 Dstrptr.c48 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 Dv4l_id.c65 fd = open(device, O_RDONLY); in main()
/third_party/eudev/src/shared/
H A Drandom-util.c75 fd = open("/dev/urandom", O_RDONLY|O_CLOEXEC|O_NOCTTY); in dev_urandom()
/third_party/backends/backend/genesys/
H A Dtest_usb_device.h37 void open(const char* dev_name) override;

Completed in 10 milliseconds

1...<<51525354555657585960>>...199