Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostProcessPosix.cpp87 static const size_t deleted_len = strlen(" (deleted)"); in GetMainModule() local
89 file_spec.GetFilename().SetCStringWithLength(filename, len - deleted_len); in GetMainModule()