Home
last modified time | relevance | path

Searched refs:open (Results 1101 - 1125 of 3563) sorted by relevance

1...<<41424344454647484950>>...143

/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dtest_data_generator_xml.py37 xml_file = open(xml_path, 'w')
/third_party/skia/third_party/externals/tint/test/
H A Dextract-spvasm.py42 with open(test_name, 'w') as f:
/third_party/python/Lib/test/test_tools/
H A Dtest_pdeps.py22 with open(fn, 'w', encoding='utf-8') as stream:
/third_party/python/PC/layout/support/
H A Dcatalog.py42 with target.open("w", encoding="utf-8") as cat:
/third_party/rust/crates/rustix/tests/time/
H A Ddynamic_clocks.rs14 let file = std::fs::File::open("Cargo.toml").unwrap(); in test_dynamic_clocks()
/third_party/selinux/libselinux/src/
H A Denabled.c38 fd = open(path, O_RDONLY | O_CLOEXEC); in is_selinux_mls_enabled()
H A Dgetenforce.c24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_getenforce()
H A Dpolicyvers.c25 fd = open(path, O_RDONLY | O_CLOEXEC); in security_policyvers()
H A Dreject_unknown.c24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_reject_unknown()
H A Ddeny_unknown.c24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_deny_unknown()
H A Ddisable.c24 fd = open(path, O_WRONLY | O_CLOEXEC); in security_disable()
H A Dsetenforce.c24 fd = open(path, O_RDWR | O_CLOEXEC); in security_setenforce()
H A Dcheck_context.c23 fd = open(path, O_RDWR | O_CLOEXEC); in security_check_context_raw()
H A Dcheckreqprot.c24 fd = open(path, O_RDONLY | O_CLOEXEC); in security_get_checkreqprot()
/third_party/zlib/contrib/iostream2/
H A Dzstream_test.cpp19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results in main()
/third_party/python/Lib/test/
H A Dtest_xml_etree.py487 with open(SIMPLE_XMLFILE) as f:
599 with open(SIMPLE_XMLFILE, "rb") as f:
632 with open(TESTFN, "wb") as f:
672 with open(SIMPLE_XMLFILE) as f:
695 with open(SIMPLE_NS_XMLFILE) as f:
764 with open(SIMPLE_XMLFILE, "rb") as f:
1768 with open(href, 'rb') as f:
2267 with open(UTF8_BUG_XMLFILE, 'rb') as fp:
3712 with open(TESTFN, 'rb') as f:
3719 with open(TESTF
[all...]
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/
H A Dcontent_parser.py51 with open(self.file_path, 'r') as f:
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/include/latency_control/
H A Dpmqos_network_latency_switcher.h48 UniqueFd fd(open(PMQOS_PATH.data(), O_WRONLY));
50 RESSCHED_LOGE("%{public}s: cannot open device file: %{public}d", __func__, errno);
/third_party/elfutils/tests/
H A Ddebuglink.c43 int fd = open (file, O_RDONLY); in main()
45 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file); in main()
H A Ddwarf-ranges.c37 int fd = open (name, O_RDONLY); in main()
H A Ddwarf-getstring.c40 int fd = open (argv[cnt], O_RDONLY); in main()
43 printf ("cannot open '%s': %m\n", argv[cnt]); in main()
/third_party/eudev/test/
H A Drule-syntax-check.py37 for line in open(path):
/third_party/eudev/src/shared/
H A Dterminal-util.c60 fd = open(name, mode, 0); in open_terminal()
/third_party/eudev/src/udev/
H A Dudev-builtin-btrfs.c43 fd = open("/dev/btrfs-control", O_RDWR|O_CLOEXEC); in builtin_btrfs()
/third_party/gn/examples/ios/build/config/ios/scripts/
H A Dgenerate_umbrella_header.py49 with open(args.output, 'w') as output:

Completed in 11 milliseconds

1...<<41424344454647484950>>...143