Home
last modified time | relevance | path

Searched refs:fpath (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dmir_graph.cc943 std::string fpath; in CreateDumpFile() local
967 std::string fpath; in DumpCFG() local
969 suffix, nr, &fpath)) { in DumpCFG()
973 file = fopen(fpath.c_str(), "w"); in DumpCFG()
975 PLOG(ERROR) << "Could not open " << fpath << " for DumpCFG."; in DumpCFG()