Home
last modified time | relevance | path

Searched refs:length_to_copy (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/
Dbase_node.cc54 int length_to_copy = server_name.length(); in ServerNameToSyncAPIName() local
57 --length_to_copy; in ServerNameToSyncAPIName()
59 *out = std::string(server_name.c_str(), length_to_copy); in ServerNameToSyncAPIName()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc166 int length_to_copy = server_name.length(); in ServerNameToSyncAPIName() local
169 --length_to_copy; in ServerNameToSyncAPIName()
170 if (!UTF8ToWide(server_name.c_str(), length_to_copy, out)) { in ServerNameToSyncAPIName()