Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp71 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in mkdir() local
76 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in touch() local
86 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in exists() local
91 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in size() local
111 const std::string fullPath = StringPrintf("/data/local/tmp/user/0/%s", path); in setxattr() local
Dinstalld_service_test.cpp121 const std::string fullPath = get_full_path(path); in mkdir() local
974 const auto fullPath = "/data/local/tmp/" + path; in CheckFileAccess() local
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp138 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in updateFullPathPropertiesAndStrokeStyles() local
158 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFullPathProperties() local
276 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeWidth() local
281 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeWidth() local
286 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeColor() local
291 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeColor() local
296 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeAlpha() local
301 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeAlpha() local
306 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFillColor() local
311 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/base/tools/aapt/
DDirectoryWalker.h80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); in nextEntry() local
DFileFinder.cpp60 String8 fullPath = basePath.appendPathCopy(entryName); in findFiles() local
DAaptAssets.cpp98 String8 fullPath(root); in isHidden() local
/frameworks/layoutlib/delegates/src/android/graphics/fonts/
DSystemFonts_Delegate.java71 /*package*/ static ByteBuffer mmap(@NonNull String fullPath) { in mmap()
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java84 private static @Nullable ByteBuffer mmap(@NonNull String fullPath) { in mmap()
160 final String fullPath = fontConfig.getFile().getAbsolutePath(); in createFontFamily() local
/frameworks/native/cmds/cmd/
Dcmd.cpp74 String8 fullPath(cwd); in openFile() local
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp128 std::string *fullPath) { in createSharedLibrary()
180 void* SharedLibraryUtils::loadAndDeleteSharedLibrary(const char *fullPath) { in loadAndDeleteSharedLibrary()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageAbiHelperImpl.java74 String fullPath = codePath.getAbsolutePath(); in calculateBundledApkRoot() local
/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp297 std::string fullPath = path1; in JoinPath() local
/frameworks/native/cmds/rawbu/
Dbackup.cpp259 char* fullPath = nullptr; in backup_dir() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAvatarPhotoController.java364 final File fullPath = new File(parentDir, fileName); in createTempImageUri() local
/frameworks/base/native/android/
Dsystem_fonts.cpp211 std::string fullPath = filePath; in isFontFileAvailable() local
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java597 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