/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_cgrp2_array_pin.c | 59 cg2_fd = open(cg2, O_RDONLY); in main() 61 fprintf(stderr, "open(%s,...): %s(%d)\n", in main()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_container_chroot_002.cpp | 79 fd = open("/PCID.sc", O_RDONLY); in TestFunc()
|
H A D | It_net_container_004.cpp | 69 int fd = open(path, O_RDONLY | O_CLOEXEC); in ChildFun()
|
H A D | It_mnt_container_008.cpp | 70 fd = open(targetpath, O_RDONLY | O_CLOEXEC); in ItMntContainer008()
|
H A D | It_time_container_004.cpp | 69 int fd = open(path, O_WRONLY); in WriteProcTime()
|
H A D | It_time_container_005.cpp | 69 int fd = open(path, O_WRONLY); in WriteProcTime()
|
H A D | It_time_container_003.cpp | 50 fd = open(targetpath, O_RDONLY | O_CLOEXEC); in childFunc()
|
H A D | It_user_container_004.cpp | 60 fd = open(filePath.c_str(), O_RDONLY); in childFunc()
|
H A D | It_uts_container_005.cpp | 67 fd = open(targetpath, O_RDONLY | O_CLOEXEC); in UtsContainerTest()
|
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_memory_002.cpp | 37 int fd = open(filepath, O_WRONLY); in limitWrite()
|
H A D | It_process_plimits_pid_001.cpp | 45 int fd = open(filepath, O_WRONLY); in PidWrite()
|
H A D | It_process_plimits_memory_001.cpp | 37 int fd = open(filepath, O_WRONLY); in limitWrite()
|
H A D | It_process_plimits_pid_002.cpp | 45 int fd = open(filepath, O_WRONLY); in PidWrite()
|
H A D | It_process_plimits_pid_003.cpp | 41 int fd = open(filepath, O_WRONLY); in PidWrite()
|
/third_party/elfutils/tests/ |
H A D | attr-integrate-skel.c | 38 int fd = open (argv[i], O_RDONLY); in main()
|
H A D | dwfl-report-offline-memory.c | 63 int fd = open (fname, O_RDONLY); in main() 65 error (-1, 0, "can't open file %s: %s", fname, strerror (errno)); in main()
|
H A D | get-units-invalid.c | 38 int fd = open (argv[i], O_RDONLY); in main()
|
H A D | get-files.c | 37 int fd = open (argv[cnt], O_RDONLY); in main()
|
H A D | get-units-split.c | 38 int fd = open (argv[i], O_RDONLY); in main()
|
H A D | show-abbrev.c | 34 int fd = open (argv[cnt], O_RDONLY); in main()
|
H A D | arsymtest.c | 40 fd = open (argv[1], O_RDONLY); in main() 43 printf ("Cannot open input file: %m"); in main() 51 printf ("Cannot open output file: %m"); in main()
|
H A D | arls.c | 50 int fd = open (fname, O_RDONLY); in handle() 53 printf ("cannot open '%s': %m\n", fname); in handle()
|
H A D | dwelfgnucompressed.c | 47 int fd = open (argv[cnt], O_RDONLY); in main()
|
H A D | elfgetchdr.c | 47 int fd = open (argv[cnt], O_RDONLY); in main()
|
H A D | elfgetzdata.c | 53 int fd = open (argv[cnt], O_RDONLY); in main()
|