Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_util.c128 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_create() local
129 snprintf(buffer, sizeof(buffer), "%s.staging.%04d", dump_command, ret->id); in lima_dump_create()
157 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_free() local
158 snprintf(stage_name, sizeof(stage_name), "%s.staging.%04d", dump_command, dump->id); in lima_dump_free()
159 snprintf(final_name, sizeof(final_name), "%s.%04d", dump_command, frame_count++); in lima_dump_free()
/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc181 DumpCommand dump_command(&reader); in DumpFile() local
182 reader.WalkLoadCommands(&dump_command); in DumpFile()