HomeSort by relevance Sort by last modified time
    Searched refs:kBuildIDStringLength (Results 1 - 2 of 2) sorted by null

  /system/extras/perfprofd/quipper/
perf_reader.h 34 const size_t kBuildIDStringLength = kBuildIDArraySize * 2;
81 // zeros to the end so that it has length kBuildIDStringLength.
perf_reader.cc 632 build_id->resize(kBuildIDStringLength, '0');
    [all...]

Completed in 111 milliseconds