Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp143 const int MaxPrefix = 137; in splitUstar() local
144 size_t Sep = Path.rfind('/', MaxPrefix + 1); in splitUstar()