Searched refs:binfile_suffix (Results 1 – 1 of 1) sorted by relevance
134 std::string binfile_suffix = js["binFileSuffix"]; in ReadFromJsonFile() local135 std::string bin_f = json_f.substr(0, json_f.length() - 5) + binfile_suffix; in ReadFromJsonFile()136 if (binfile_suffix == ".so") { in ReadFromJsonFile()