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

  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 299 unsigned tempdex; local
300 if (1 != sscanf(pathname.extension().c_str(), ".%u", &tempdex))
303 *index = static_cast<size_t>(tempdex);

Completed in 183 milliseconds