Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx1414 string popen_cmd = archive_decoder + " " + shell_escape(b_source0); in handle_buildid_r_match() local
1415 fp = popen (popen_cmd.c_str(), "r"); // "e" O_CLOEXEC? in handle_buildid_r_match()
1418 throw libc_exception (errno, string("popen ") + popen_cmd); in handle_buildid_r_match()
2489 string popen_cmd = archive_decoder + " " + shell_escape(rps); in archive_classify() local
2490 fp = popen (popen_cmd.c_str(), "r"); // "e" O_CLOEXEC? in archive_classify()
2493 throw libc_exception (errno, string("popen ") + popen_cmd); in archive_classify()