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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_index_on_disk.cc 435 std::string title_and_id; local
436 if (!RemovePrefix(key, prefix, &title_and_id))
439 size_t pos = title_and_id.rfind('\0');
443 if (!base::StringToInt64(title_and_id.substr(pos + 1), &tracker_id))
    [all...]

Completed in 64 milliseconds