Home | History | Annotate | Download | only in Windows

Lines Matching full:result_path

135                                      SmallVectorImpl<char> &result_path,
138 // Use result_path as temp storage.
139 result_path.set_size(0);
140 StringRef m = model.toStringRef(result_path);
247 // Set result_path to the utf-8 representation of the path.
249 random_path_utf16.size(), result_path)) {