Searched refs:build_str (Results 1 – 2 of 2) sorted by relevance
925 build_str = cxx_path + ' -o %t.exe %s ' + all_flags928 sub.append(('%build_module', build_str))932 sub.append(('%build_module', build_str + ' ' + modules_str))935 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()