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

  /external/google-breakpad/src/common/android/testing/
mkdtemp.h 64 const size_t kSuffixLen = strlen(kSuffix);
67 if (static_cast<size_t>(path_end - path) < kSuffixLen ||
68 memcmp(path_end - kSuffixLen, kSuffix, kSuffixLen) != 0) {
96 snprintf(path_end - kSuffixLen, kSuffixLen + 1, "%0d", random);
  /external/v8/test/cctest/
test-parsing.cc     [all...]

Completed in 531 milliseconds