Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHostInfoLinux.cpp88 const char *const exe_paths[] = {"/bin/lsb_release", in GetDistributionId() local
92 exe_index < sizeof(exe_paths) / sizeof(exe_paths[0]); ++exe_index) { in GetDistributionId()
93 const char *const get_distribution_info_exe = exe_paths[exe_index]; in GetDistributionId()