Searched refs:build_str (Results 1 – 2 of 2) sorted by relevance
1046 build_str = cxx_path + ' -o %t.exe %s ' + all_flags1049 sub.append(('%build_module', build_str))1053 sub.append(('%build_module', build_str + ' ' + modules_str))1056 sub.append(('%build', build_str))
159 string build_str = ConvertToString(build_version); in GatherSystemInformation() local166 strlcpy(build_string_, build_str.c_str(), sizeof(build_string_)); in GatherSystemInformation()