Searched defs:suffix (Results 1 – 4 of 4) sorted by relevance
42 const std::vector<std::string> &suffix) { in PathEndsWith()121 llvm::StringRef suffix = norm_path.substr(root_dir.path.size()); in NormalizePath() local
48 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith()
455 let suffix = crate_.main_src.to_string_lossy().into_owned(); in crate_to_bp_modules() localVariable456 let suffix = suffix.replace('/', "_").replace(".rs", ""); in crate_to_bp_modules() localVariable
186 def _get_module_variant_sort_key(suffix): argument