/kernel/linux/linux-6.6/fs/nfs_common/ |
H A D | grace.c | 64 __state_in_grace(struct net *net, bool open) in __state_in_grace() argument 69 if (!open) in __state_in_grace()
|
/kernel/linux/linux-6.6/drivers/xen/xenfs/ |
H A D | xenstored.c | 50 .open = xsd_kva_open, 66 .open = xsd_port_open,
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | blktrans.h | 28 int open; member 61 int (*open)(struct mtd_blktrans_dev *dev); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_debugfs.c | 77 .open = kfd_debugfs_open, 85 .open = kfd_debugfs_open,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | zlib.c | 32 input_fd = open(input, O_RDONLY); in gzip_decompress_to_file() 85 int fd = open(input, O_RDONLY); in gzip_is_compressed()
|
/kernel/uniproton/build/uniproton_ci_lib/ |
H A D | logs.py | 39 with open(self.log_file) as file_handle: 57 with open(self.log_file, 'r') as rd:
|
/kernel/linux/linux-6.6/scripts/clang-tools/ |
H A D | run-clang-tools.py | 70 with open(args.path, "r") as f: 76 devnull = os.open(os.devnull, os.O_WRONLY)
|
/kernel/linux/linux-6.6/samples/pfsm/ |
H A D | pfsm-wakeup.c | 38 fd_rtc = open(RTC_A, O_RDONLY); in main() 40 perror("Failed to open RTC device."); in main() 45 fd_pfsm[i] = open(dev_pfsm[i], O_RDWR); in main() 47 perror("Failed to open PFSM device."); in main()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | It_ipc_mkfifo_002.cpp | 56 tarFd = open(pathname, O_WRONLY, 0777); // 0777, file athurioty in Testcase() 70 tarFd = open(pathname, O_RDONLY, 0777); // 0777, file athurioty in Testcase()
|
H A D | It_ipc_mkfifo_003.cpp | 55 tarFd = open(pathname, O_WRONLY, 0777); // 0777, file athurioty in Testcase() 69 tarFd = open(pathname, O_RDONLY, 0777); // 0777, file athurioty in Testcase()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mmanndk1.cpp | 40 fileDescribe = open(g_tempFile, O_CREAT | O_WRONLY, PARAM_0777);
in Mmap() 58 fileDescribe = open(g_tempFile, O_CREAT | O_RDWR, PARAM_0777);
in Mmap()
|
H A D | swapndk.cpp | 32 int fd = open(path, O_CREAT, PARAM_0777);
in SwapOn() 44 int fd = open(path, O_CREAT, PARAM_0777);
in SwapOff()
|
/test/xts/acts/multimedia_lite/utils_posix/common/src/ |
H A D | ActsTestMediaUtils.cpp | 46 fileTmp.open(filename);
in FileCheck() 96 fd = open(recordFilePath.c_str(), O_RDWR | O_CREAT, S_IWUSR | S_IRUSR);
in SampleGetRecordFd()
|
/test/xts/hats/ |
H A D | check_hvigor.py | 27 with open(file_path, "rb") as f: 34 with open(json_file, 'r') as f:
|
/test/xts/hats/kernel/syscalls/fileio/fchdir/ |
H A D | FchdirApiTest.cpp | 74 int dirfd = open(TEST_DIR, O_RDONLY | O_DIRECTORY); in HWTEST_F() 115 int fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fallocate/ |
H A D | FallocateApiTest.cpp | 69 int fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0644); in HWTEST_F() 112 int fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fremovexattr/ |
H A D | FremovexattrApiTest.cpp | 71 int fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0644); in HWTEST_F() 111 int fd = open(TEST_FILE, O_RDONLY | O_CREAT, MODE_0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/pread64/ |
H A D | Pread64ApiTest.cpp | 55 fd = open(TEST_FILE, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in SetUp() 78 int fd = open(TEST_FILE, O_RDONLY); in HWTEST_F()
|
/third_party/elfutils/tests/ |
H A D | allfcts.c | 52 int fd = open (alt_name, O_RDONLY); in setup_alt() 73 int fd = open (argv[i], O_RDONLY); in main() 75 err (1, "open (%s)", argv[i]); in main()
|
H A D | arextract.c | 45 fd = open (argv[1], O_RDONLY); in main() 48 printf ("Cannot open input file: %m"); in main() 98 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, DEFFILEMODE); in main() 101 printf ("cannot open output file: %m"); in main()
|
/third_party/curl/tests/ |
H A D | util.py | 46 with open(self.filename, "a") as fp: 78 with open(filename, "rb") as f:
|
/third_party/glslang/ |
H A D | gen_extension_headers.py | 23 with open(output_header_file, "w") as header_file:
42 glsl_contents = open(i,"r").read()
|
/third_party/backends/backend/genesys/ |
H A D | usb_device.h | 45 virtual void open(const char* dev_name) = 0; 72 void open(const char* dev_name) override;
|
/third_party/mesa3d/ohos/ |
H A D | modifyDtsi.py | 32 fp = open(self.filePath, 'r')
40 fp = open(self.filePath, 'w')
|
/third_party/mesa3d/bin/ |
H A D | gen_vs_module_defs.py | 40 with open(in_file, 'r', encoding='utf-8') as f: 70 with open(out_file, 'wb') as f:
|