Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Droster.cpp48 int32 beginLength = length / 3 - 1; in truncate_string() local
49 int32 endLength = length - 3 - beginLength; in truncate_string()
52 name.CopyInto(begin, 0, beginLength); in truncate_string()