Home
last modified time | relevance | path

Searched defs:relativize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/incremental/
Dpath.h71 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() function
74 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() function
77 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize() function
Dpath.cpp70 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize() function