Home
last modified time | relevance | path

Searched refs:file_handle (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/developer_test/src/core/command/
Ddistribute_utils.py42 with os.fdopen(os.open(device_info_file_path, FLAGS, MODES), 'w') as file_handle:
47 get_device_info(device, file_handle)
50 get_device_info(device, file_handle)
53 def get_device_info(device, file_handle): argument
63 file_handle.write("%s,%s,%s,%s\n" % (
/test/testfwk/developer_test/src/core/config/
Dparse_parts_config.py67 with open(config_filepath, 'r') as file_handle:
68 data_dic = json.load(file_handle)
/test/testfwk/developer_test/aw/python/distributed/common/
Dmanager.py82 with open(device_info_file_path, "r") as file_handle:
83 lines = file_handle.readlines()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dfcntl1ndk.cpp189 struct file_handle tempHandle; in NameToHandleAt()
197 struct file_handle *handle = (struct file_handle *)malloc(tempHandle.handle_bytes); in NameToHandleAt()
278 struct file_handle tempHandle; in OpenByHandleAt()
286 struct file_handle *handle = (struct file_handle *)malloc(tempHandle.handle_bytes); in OpenByHandleAt()
/test/testfwk/developer_test/libs/fuzzlib/
Dfuzzer_helper.py207 with os.fdopen(os.open(subsystem_src_flag_file_path, FLAGS, MODES), 'wb') as file_handle:
208 file_handle.write(args.project_name.encode())