Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/test/
Dconfig.py665 build_str = self.cxx.path + ' -o %t.exe %s ' + all_flags
668 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()