Lines Matching refs:SmallString

419   SmallString<32> a_storage;  in append()
420 SmallString<32> b_storage; in append()
421 SmallString<32> c_storage; in append()
422 SmallString<32> d_storage; in append()
483 SmallString<32> ext_storage; in replace_extension()
531 SmallString<256> NewPath; in replace_path_prefix()
561 SmallString<128> PathHome; in native()
631 SmallString<128> path_storage; in has_root_name()
638 SmallString<128> path_storage; in has_root_directory()
645 SmallString<128> path_storage; in has_root_path()
652 SmallString<128> path_storage; in has_relative_path()
659 SmallString<128> path_storage; in has_filename()
666 SmallString<128> path_storage; in has_parent_path()
673 SmallString<128> path_storage; in has_stem()
680 SmallString<128> path_storage; in has_extension()
687 SmallString<128> path_storage; in is_absolute()
711 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots()
733 SmallString<256> buffer = path::root_path(path, style); in remove_dots()
743 SmallString<256> result = remove_dots(p, remove_dot_dot, style); in remove_dots()
766 SmallString<128> ModelStorage; in createUniquePath()
772 SmallString<128> TDir; in createUniquePath()
818 SmallString<128> Storage; in createTemporaryFile()
889 SmallString<128> current_dir; in make_absolute()
903 SmallString<128> curDirRootName(cdrn.begin(), cdrn.end()); in make_absolute()
916 SmallString<128> res; in make_absolute()
930 SmallString<128> current_dir; in make_absolute()
940 SmallString<128> PathStorage; in create_directories()
1115 SmallString<128> PathStr = path::parent_path(Path); in replace_filename()
1252 SmallString<128> ResultPath; in create()