Lines Matching refs:file
4 * you may not use this file except in compliance with the License.
28 #include "ecmascript/platform/file.h"
104 std::ofstream file(enableListName);
105 file << bundleScope << std::endl;
106 file << bundleScope1 << ":aot" << std::endl;
107 file << bundleScope2 << ":jit" << std::endl;
109 file.close();
136 std::ofstream file(runtimeAp);
137 file.close();
182 std::ofstream file(baselineAp);
183 file.close();
184 file.open(runtimeAp);
185 file.close();
194 // Input format is correct, but there is no available ap file for pgoDir, return success.
211 std::ofstream file(baselineAp);
212 file.close();
213 file.open(runtimeAp);
214 file.close();
241 std::ofstream file(baselineAp);
242 file.close();
243 file.open(mergedAp);
244 file.close();
269 std::ofstream file(baselineAp);
270 file.close();
271 file.open(mergedAp);
272 file.close();
273 file.open(runtimeAp);
274 file.close();
319 std::ofstream file(enableListName);
320 file << bundleScope << std::endl;
321 file.close();