Lines Matching refs:path_storage
435 SmallString<128> path_storage; in native() local
436 StringRef p = path.toStringRef(path_storage); in native()
523 SmallString<128> path_storage; in has_root_name() local
524 StringRef p = path.toStringRef(path_storage); in has_root_name()
530 SmallString<128> path_storage; in has_root_directory() local
531 StringRef p = path.toStringRef(path_storage); in has_root_directory()
537 SmallString<128> path_storage; in has_root_path() local
538 StringRef p = path.toStringRef(path_storage); in has_root_path()
544 SmallString<128> path_storage; in has_relative_path() local
545 StringRef p = path.toStringRef(path_storage); in has_relative_path()
551 SmallString<128> path_storage; in has_filename() local
552 StringRef p = path.toStringRef(path_storage); in has_filename()
558 SmallString<128> path_storage; in has_parent_path() local
559 StringRef p = path.toStringRef(path_storage); in has_parent_path()
565 SmallString<128> path_storage; in has_stem() local
566 StringRef p = path.toStringRef(path_storage); in has_stem()
572 SmallString<128> path_storage; in has_extension() local
573 StringRef p = path.toStringRef(path_storage); in has_extension()
579 SmallString<128> path_storage; in is_absolute() local
580 StringRef p = path.toStringRef(path_storage); in is_absolute()
653 SmallString<128> path_storage; in create_directories() local
654 StringRef p = path.toStringRef(path_storage); in create_directories()
897 SmallString<128> path_storage; in remove_all() local
898 StringRef p = path.toStringRef(path_storage); in remove_all()