Home
last modified time | relevance | path

Searched refs:open (Results 2476 - 2500 of 9911) sorted by relevance

1...<<919293949596979899100>>...397

/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_pid_002.cpp45 int fd = open(filepath, O_WRONLY); in PidWrite()
H A DIt_process_plimits_pid_003.cpp41 int fd = open(filepath, O_WRONLY); in PidWrite()
/test/ostest/wukong/report/src/
H A Dexception_manager.cpp62 csvFile.open(filePath, std::ios_base::out | std::ios_base::trunc); in InitCsvFile()
/test/testfwk/developer_test/src/core/config/
H A Dparse_parts_config.py67 with open(config_filepath, 'r') as file_handle:
73 # open source branch, the part form of all product is "phone"
/test/testfwk/developer_test/src/core/command/
H A Dgen.py64 with os.fdopen(os.open(filepath, FLAGS, MODES), 'w') as gn_file:
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dget_innerkits_json.py46 with os.fdopen(os.open(output_json_path, FLAGS, MODES), 'w') as json_file:
/test/testfwk/xdevice/src/xdevice/
H A D__main__.py57 to_path_fd = os.open(to_path, os.O_CREAT | os.O_WRONLY, FilePermission.mode_644)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dutimendk.cpp49 int fd = open(strTemp, O_CREAT, PARAM_0777); in Utime()
/test/xts/hats/kernel/syscalls/fileio/chdir/
H A DChdirApiTest.cpp134 fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0755); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fchmod/
H A DFchmodApiTest.cpp69 int fd = open(TEST_FILE, O_CREAT | O_RDWR, MODE_0644); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/llistxattr/
H A DLlistxattrApiTest.cpp91 int fd = open(tmpPath, O_WRONLY | O_CREAT, 0644); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fchown/
H A DFchownApiTest.cpp70 int fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0644); in HWTEST_F()
/third_party/elfutils/tests/
H A Dattr-integrate-skel.c38 int fd = open (argv[i], O_RDONLY); in main()
H A Ddwfl-report-offline-memory.c63 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 Dget-units-invalid.c38 int fd = open (argv[i], O_RDONLY); in main()
H A Dget-files.c37 int fd = open (argv[cnt], O_RDONLY); in main()
H A Dget-units-split.c38 int fd = open (argv[i], O_RDONLY); in main()
H A Dshow-abbrev.c34 int fd = open (argv[cnt], O_RDONLY); in main()
H A Darsymtest.c40 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 Darls.c50 int fd = open (fname, O_RDONLY); in handle()
53 printf ("cannot open '%s': %m\n", fname); in handle()
H A Ddwelfgnucompressed.c47 int fd = open (argv[cnt], O_RDONLY); in main()
H A Delfgetchdr.c47 int fd = open (argv[cnt], O_RDONLY); in main()
H A Delfgetzdata.c53 int fd = open (argv[cnt], O_RDONLY); in main()
H A Decp.c37 int infd = open (argv[1], O_RDONLY); in main()
39 error (EXIT_FAILURE, errno, "cannot open input file '%s'", argv[1]); in main()
48 error (EXIT_FAILURE, errno, "cannot open output file '%s'", argv[2]); in main()
H A Dtypeiter2.c33 int fd = open (argv[i], O_RDONLY); in main()

Completed in 17 milliseconds

1...<<919293949596979899100>>...397