Searched refs:max_path (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNB.cpp1952 char max_path[PATH_MAX]; local
1974 if (realpath(path, max_path))
1977 ::strncpy(resolved_path, max_path, resolved_path_size);

Completed in 49 milliseconds