Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPath.cpp120 Path::_Resize(int32 minLen) in _Resize() argument
123 minLen = (minLen + B_PATH_NAME_LENGTH - 1) in _Resize()
126 if (minLen != fBufferSize) { in _Resize()
127 char* buffer = (char*)realloc(fBuffer, minLen); in _Resize()
132 fBufferSize = minLen; in _Resize()
H A DPath.h21 status_t _Resize(int32 minLen);