HomeSort by relevance Sort by last modified time
    Searched defs:time_string (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/processor/
logging.cc 65 char time_string[20]; local
66 strftime(time_string, sizeof(time_string), "%Y-%m-%d %H:%M:%S", &tm_struct);
78 stream_ << time_string << ": " << PathnameStripper::File(file) << ":" <<
  /external/autotest/client/deps/glbench/src/
main.cc 79 char time_string[64]; local
81 strftime(time_string, 63, "%c",ttime);
82 printf("# DateTime: %s\n", time_string);
  /external/autotest/client/common_lib/cros/network/
tcpdump_analyzer.py 70 def time_string(self): member in class:Frame
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 164 char time_string[16]; local
178 strftime(time_string, sizeof(time_string), "%Y%m%dT%H%M%S", time_info);
183 snprintf(time_string, sizeof(time_string), "19700101T000000");
191 time_string);
198 time_string);

Completed in 198 milliseconds