Home
last modified time | relevance | path

Searched defs:fullPath (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp139 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in updateFullPathPropertiesAndStrokeStyles() local
159 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFullPathProperties() local
277 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeWidth() local
282 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeWidth() local
287 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeColor() local
292 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeColor() local
297 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeAlpha() local
302 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeAlpha() local
307 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFillColor() local
312 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setFillColor() local
[all …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp124 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathColorPropertyHolder() local
132 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathPropertyHolder() local
/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp75 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in mkdir() local
80 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in touch() local
90 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in exists() local
95 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in size() local
115 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in setxattr() local
Dinstalld_service_test.cpp128 const std::string fullPath = get_full_path(path); in mkdir() local
1103 const auto fullPath = "/data/local/tmp/" + path; in CheckFileAccess() local
/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp148 std::string fullPath = mMultifileDirName + "/" + entryName; in MultifileBlobCache() local
343 std::string fullPath = mMultifileDirName + "/" + std::to_string(entryHash); in set() local
422 std::string fullPath = mMultifileDirName + "/" + std::to_string(entryHash); in get() local
781 std::string fullPath = mMultifileDirName + "/" + entryName; in clearCache() local
827 std::string& fullPath = task.getFullPath(); in processTask() local
DMultifileBlobCache.h79 void initWriteToDisk(uint32_t entryHash, std::string fullPath, uint8_t* buffer, in initWriteToDisk()
/frameworks/base/tools/aapt/
DDirectoryWalker.h81 String8 fullPath = appendPathCopy(mBasePath, mEntry.d_name); in nextEntry() local
DFileFinder.cpp61 String8 fullPath = appendPathCopy(basePath, entryName); in findFiles() local
DAaptAssets.cpp100 String8 fullPath(root); in isHidden() local
/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java71 /*package*/ static ByteBuffer mmap(@NonNull String fullPath) { in mmap()
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java93 private static @Nullable ByteBuffer mmap(@NonNull String fullPath) { in mmap()
239 final String fullPath = fontConfig.getFile().getAbsolutePath(); in createFontFamily() local
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp128 std::string *fullPath) { in createSharedLibrary()
180 void* SharedLibraryUtils::loadAndDeleteSharedLibrary(const char *fullPath) { in loadAndDeleteSharedLibrary()
/frameworks/native/cmds/cmd/
Dcmd.cpp73 auto fullPath = std::filesystem::current_path(); in openFile() local
/frameworks/base/packages/SettingsLib/AvatarPicker/src/
DAvatarPhotoController.java383 final File fullPath = new File(parentDir, fileName); in createTempImageUri() local
/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp297 std::string fullPath = path1; in JoinPath() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageAbiHelperImpl.java84 String fullPath = codePath.getAbsolutePath(); in calculateBundledApkRoot() local
/frameworks/native/cmds/rawbu/
Dbackup.cpp259 char* fullPath = nullptr; in backup_dir() local
/frameworks/base/native/android/
Dsystem_fonts.cpp206 std::string fullPath = filePath; in isFontFileAvailable() local
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java598 StringBuilder fullPath = new StringBuilder(sdPath); in createFileOnSD() local
/frameworks/rs/
DrsFont.cpp755 char fullPath[1024]; in renderText() local
/frameworks/base/services/incremental/
DIncrementalService.cpp314 auto fullPath = base::StringPrintf("%s/%s", path, entry->d_name); in rmDirContent() local