Searched refs:fout (Results 1 - 2 of 2) sorted by relevance
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 113 ofstream fout; in DumpLayoutImpl() local 114 fout.open(path, ios::out | ios::binary); in DumpLayoutImpl() 115 if (!fout) { in DumpLayoutImpl() 126 fout.close(); in DumpLayoutImpl() 129 fout << data.dump(-1, ' ', false, nlohmann::detail::error_handler_t::replace); in DumpLayoutImpl() 130 fout.close(); in DumpLayoutImpl()
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | file_util.py | 181 with os.fdopen(os.open(file_path, flags, modes), mode) as fout: 182 fout.write(content) 193 with os.fdopen(os.open(file_path, flags, modes), mode) as fout: 194 return fout.read()
|
Completed in 2 milliseconds