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

/external/lldb/source/Host/common/
H A DFileSpec.cpp957 const int child_path_len = ::snprintf (child_path, sizeof(child_path), "%s/%s", dir_path, dp->d_name); local
958 if (child_path_len < (int)(sizeof(child_path) - 1))

Completed in 231 milliseconds