Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx1402 string archive_decoder = "/dev/null"; in handle_buildid_r_match() local
1408 archive_decoder = arch.second; in handle_buildid_r_match()
1412 if (archive_decoder != "cat") in handle_buildid_r_match()
1414 string popen_cmd = archive_decoder + " " + shell_escape(b_source0); in handle_buildid_r_match()
2477 string archive_decoder = "/dev/null"; in archive_classify() local
2482 archive_decoder = arch.second; in archive_classify()
2487 if (archive_decoder != "cat") in archive_classify()
2489 string popen_cmd = archive_decoder + " " + shell_escape(rps); in archive_classify()