Home
last modified time | relevance | path

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

/external/libcxx/utils/libcxx/test/
Dconfig.py925 build_str = cxx_path + ' -o %t.exe %s ' + all_flags
928 sub.append(('%build_module', build_str))
932 sub.append(('%build_module', build_str + ' ' + modules_str))
935 sub.append(('%build', build_str))
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc159 string build_str = ConvertToString(build_version); in GatherSystemInformation() local
166 strlcpy(build_string_, build_str.c_str(), sizeof(build_string_)); in GatherSystemInformation()