Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpPool.cpp117 std::string file_name_format = "%s/" + PREFIX_TMPFILE_NAME + "XXXXXX"; in createTempFile() local
118 snprintf(tmp_file_ptr->path, sizeof(tmp_file_ptr->path), file_name_format.c_str(), in createTempFile()