HomeSort by relevance Sort by last modified time
    Searched full:flag_size (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/tools/
simple_command_line_parser_unittest.cc 23 int flag_size = 32; variable
26 test_flags_[i] = new char[flag_size];
28 strncpy(test_flags_[0], "tools_unittest", flag_size);
29 strncpy(test_flags_[1], "--foo", flag_size);
30 strncpy(test_flags_[2], "--bar=1", flag_size);

Completed in 2950 milliseconds