Home
last modified time | relevance | path

Searched refs:fout (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp113 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 Dfile_util.py181 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