Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 9 of 9) sorted by relevance

/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/util/
DImageUtils.java56 public static void requireSimilar(@NonNull String relativePath, @NonNull BufferedImage image) in requireSimilar()
78 public static void assertImageSimilar(String relativePath, BufferedImage goldenImage, in assertImageSimilar()
209 @NonNull String initialMessage, @NonNull String relativePath) throws IOException { in saveImageAndAppendMessage()
225 private static String getName(@NonNull String relativePath) { in getName()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
DTestData.java299 static InputStream openTestFile(String relativePath) throws Exception { in openTestFile()
304 static byte[] readTestFile(String relativePath) throws Exception { in readTestFile()
/frameworks/base/tools/aapt/
DCrunchCache.cpp41 String8 relativePath; in crunch() local
/frameworks/base/core/java/android/os/incremental/
DIncrementalFileStorages.java189 public boolean makeLink(@NonNull String relativePath, @NonNull String fromBase, in makeLink()
/frameworks/av/media/libeffects/factory/
DEffectsXmlConfigLoader.cpp63 bool loadLibrary(const char* relativePath, lib_entry_t* libEntry) noexcept { in loadLibrary()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java524 final Path relativePath = basePath.relativize(targetPath); in getRelativePath() local
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl95 void linkFile(@utf8InCpp String packageName, @utf8InCpp String relativePath, in linkFile()
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java686 public void linkFile(String packageName, String relativePath, String fromBase, String toBase) in linkFile()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3540 const std::string& relativePath, in linkFile()