/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
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()
|
/test/ostest/wukong/report/src/ |
H A D | exception_manager.cpp | 62 csvFile.open(filePath, std::ios_base::out | std::ios_base::trunc); in InitCsvFile()
|
/test/testfwk/developer_test/src/core/config/ |
H A D | parse_parts_config.py | 67 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 D | gen.py | 64 with os.fdopen(os.open(filepath, FLAGS, MODES), 'w') as gn_file:
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | get_innerkits_json.py | 46 with os.fdopen(os.open(output_json_path, FLAGS, MODES), 'w') as json_file:
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __main__.py | 57 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 D | utimendk.cpp | 49 int fd = open(strTemp, O_CREAT, PARAM_0777);
in Utime()
|
/test/xts/hats/kernel/syscalls/fileio/chdir/ |
H A D | ChdirApiTest.cpp | 134 fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0755); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fchmod/ |
H A D | FchmodApiTest.cpp | 69 int fd = open(TEST_FILE, O_CREAT | O_RDWR, MODE_0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/llistxattr/ |
H A D | LlistxattrApiTest.cpp | 91 int fd = open(tmpPath, O_WRONLY | O_CREAT, 0644); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fchown/ |
H A D | FchownApiTest.cpp | 70 int fd = open(TEST_FILE, O_RDWR | O_CREAT, MODE_0644); in HWTEST_F()
|
/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()
|
H A D | ecp.c | 37 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 D | typeiter2.c | 33 int fd = open (argv[i], O_RDONLY); in main()
|