Searched defs:relativePath (Results 1 – 11 of 11) sorted by relevance
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | ImageUtils.java | 61 public static void requireSimilar(@NonNull String relativePath, @NonNull BufferedImage image) in requireSimilar() 87 public static void assertImageSimilar(String relativePath, BufferedImage goldenImage, in assertImageSimilar() 325 @NonNull String initialMessage, @NonNull String relativePath) throws IOException { in saveImageAndAppendMessage() 341 private static String getName(@NonNull String relativePath) { in getName()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/ |
D | TestData.java | 299 static InputStream openTestFile(String relativePath) throws Exception { in openTestFile() 304 static byte[] readTestFile(String relativePath) throws Exception { in readTestFile()
|
/frameworks/base/tools/aapt/ |
D | CrunchCache.cpp | 40 String8 relativePath; in crunch() local
|
/frameworks/base/core/java/android/os/incremental/ |
D | IncrementalFileStorages.java | 186 public boolean makeLink(@NonNull String relativePath, @NonNull String fromBase, in makeLink()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | FontFamily_Delegate.java | 259 String relativePath = path.substring(SYSTEM_FONTS.length()); in loadFont() local
|
/frameworks/av/media/libeffects/factory/ |
D | EffectsXmlConfigLoader.cpp | 63 bool loadLibrary(const char* relativePath, lib_entry_t* libEntry) noexcept { in loadLibrary()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 525 final Path relativePath = basePath.relativize(targetPath); in getRelativePath() local
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 90 void linkFile(@utf8InCpp String relativePath, @utf8InCpp String fromBase, in linkFile()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 644 public void linkFile(String relativePath, String fromBase, String toBase) in linkFile()
|
D | PackageInstallerSession.java | 3534 private void linkFile(String relativePath, String fromBase, String toBase) throws IOException { in linkFile() 3551 final String relativePath = getRelativePath(fromFile, fromDir); in linkFiles() local
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 2613 binder::Status InstalldNativeService::linkFile(const std::string& relativePath, in linkFile()
|