Home | History | Annotate | Download | only in common

Lines Matching refs:return_count

195         size_t return_count = ResolveUsername(src_path, unglobbed_path, sizeof(unglobbed_path));
199 if (return_count == 0 || return_count >= sizeof(unglobbed_path))