Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
Dpath.h70 std::string_view relativize(std::string_view parent, std::string_view nested);
71 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() function
72 return relativize(std::string_view(parent), std::string_view(nested)); in relativize()
74 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() function
75 return relativize(parent, std::string_view(nested)); in relativize()
77 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize() function
78 return relativize(std::string_view(parent), nested); in relativize()
81 std::string_view relativize(std::string&& parent, std::string_view nested) = delete;
82 std::string_view relativize(std::string_view parent, std::string&& nested) = delete;
Dpath.cpp70 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize() function
DIncrementalService.cpp1165 return path::join(bindIt->second.sourceDir, path::relativize(bindIt->first, normPath)); in normalizePathToStorageLocked()
/frameworks/base/core/java/android/os/incremental/
DIncrementalManager.java238 final Path relativeDir = sourceBase.relativize(dir); in linkFiles()
246 final Path relativeFile = sourceBase.relativize(file); in linkFiles()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java524 final Path relativePath = basePath.relativize(targetPath); in getRelativePath()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt43372 method public java.net.URI relativize(java.net.URI);