Searched refs:wasm_file (Results 1 – 1 of 1) sorted by relevance
249 if (FILE* wasm_file = base::OS::FOpen((path + name).c_str(), "wb")) { in DumpModule() local250 fwrite(start_, end_ - start_, 1, wasm_file); in DumpModule()251 fclose(wasm_file); in DumpModule()