Searched refs:file_handle (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/developer_test/src/core/command/ |
D | distribute_utils.py | 42 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/ |
D | parse_parts_config.py | 67 with open(config_filepath, 'r') as file_handle: 68 data_dic = json.load(file_handle)
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
D | manager.py | 82 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/ |
D | fcntl1ndk.cpp | 189 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/ |
D | fuzzer_helper.py | 207 with os.fdopen(os.open(subsystem_src_flag_file_path, FLAGS, MODES), 'wb') as file_handle: 208 file_handle.write(args.project_name.encode())
|