Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
Dpath.h44 void append_next_path(std::string& res, std::string_view c);
99 (details::append_next_path(result, second), ..., details::append_next_path(result, paths)); in join()
Dpath.cpp58 void details::append_next_path(std::string& target, std::string_view path) { in append_next_path() function in android::incremental::path::details