Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dsource_path_utils.cpp42 const std::vector<std::string> &suffix) { in PathEndsWith()
121 llvm::StringRef suffix = norm_path.substr(root_dir.path.size()); in NormalizePath() local
Dstring_utils.cpp48 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith()
/development/tools/cargo_embargo/src/
Dmain.rs455 let suffix = crate_.main_src.to_string_lossy().into_owned(); in crate_to_bp_modules() localVariable
456 let suffix = suffix.replace('/', "_").replace(".rs", ""); in crate_to_bp_modules() localVariable
/development/vndk/tools/header-checker/utils/
Dutils.py186 def _get_module_variant_sort_key(suffix): argument