Home
last modified time | relevance | path

Searched refs:colon_index (Results 1 – 1 of 1) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dsource_path_utils.cpp72 size_t colon_index = arg.find(":"); in ParseRootDirs() local
73 if (colon_index != std::string_view::npos) { in ParseRootDirs()
74 path = arg.substr(0, colon_index); in ParseRootDirs()
75 replacement = arg.substr(colon_index + 1); in ParseRootDirs()