/frameworks/native/cmds/installd/tests/ |
D | installd_cache_test.cpp | 70 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in mkdir() local 75 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in touch() local 85 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in exists() local 90 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in size() local 110 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in setxattr() local
|
D | installd_service_test.cpp | 73 const std::string fullPath = get_full_path(path); in mkdir() local
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 140 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in updateFullPathPropertiesAndStrokeStyles() local 160 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFullPathProperties() local 278 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeWidth() local 283 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeWidth() local 288 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeColor() local 293 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeColor() local 298 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeAlpha() local 303 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeAlpha() local 308 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFillColor() local 313 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setFillColor() local [all …]
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 127 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathColorPropertyHolder() local 135 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathPropertyHolder() local
|
/frameworks/base/tools/aapt/ |
D | DirectoryWalker.h | 80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); in nextEntry() local
|
D | FileFinder.cpp | 60 String8 fullPath = basePath.appendPathCopy(entryName); in findFiles() local
|
D | AaptAssets.cpp | 98 String8 fullPath(root); in isHidden() local
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | SystemFonts.java | 102 private static @Nullable ByteBuffer mmap(@NonNull String fullPath) { in mmap() 178 final String fullPath = fontConfig.getFontName(); in createFontFamily() local
|
/frameworks/layoutlib/bridge/src/android/graphics/fonts/ |
D | Font_Builder_Delegate.java | 73 String fullPath = sAssetManager.getDelegate(nativeAsset); in nGetAssetBuffer() local
|
/frameworks/native/cmds/cmd/ |
D | cmd.cpp | 74 String8 fullPath(cwd); in openFile() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuExecutable.cpp | 128 std::string *fullPath) { in createSharedLibrary() 180 void* SharedLibraryUtils::loadAndDeleteSharedLibrary(const char *fullPath) { in loadAndDeleteSharedLibrary()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageAbiHelperImpl.java | 71 String fullPath = codePath.getAbsolutePath(); in calculateBundledApkRoot() local
|
/frameworks/compile/slang/ |
D | slang_rs_reflect_utils.cpp | 297 std::string fullPath = path1; in JoinPath() local
|
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 259 char* fullPath = nullptr; in backup_dir() local
|
/frameworks/base/native/android/ |
D | system_fonts.cpp | 173 std::string fullPath = filePath; in isFontFileAvailable() local
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerBaseTest.java | 597 StringBuilder fullPath = new StringBuilder(sdPath); in createFileOnSD() local
|
/frameworks/rs/ |
D | rsFont.cpp | 755 char fullPath[1024]; in renderText() local
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1153 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath; in drawPath() local
|