Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp70 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); in mkdir() local
75 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); in touch() local
85 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); in exists() local
90 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); in size() local
110 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); in setxattr() local
Dinstalld_service_test.cpp73 const std::string fullPath = get_full_path(path); in mkdir() local
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp140 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 …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp127 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathColorPropertyHolder() local
135 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathPropertyHolder() local
/frameworks/rs/rsov/compiler/
DBuiltin_test.cpp32 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); in TEST() local
DWrapper_test.cpp45 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); in readWords() 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/base/graphics/java/android/graphics/fonts/
DSystemFonts.java102 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/
DFont_Builder_Delegate.java73 String fullPath = sAssetManager.getDelegate(nativeAsset); in nGetAssetBuffer() local
/frameworks/rs/rsov/compiler/spirit/
Dtransformer_test.cpp73 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); in readWords() local
Dmodule_test.cpp48 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); in readWords() local
Dbuilder_test.cpp197 const std::string &fullPath = getAbsolutePath(testDataPath + "greyscale.spv"); in TEST() local
Dpass_queue_test.cpp88 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); in readWords() local
/frameworks/native/cmds/cmd/
Dcmd.cpp74 String8 fullPath(cwd); in openFile() local
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp127 std::string *fullPath) { in createSharedLibrary()
179 void* SharedLibraryUtils::loadAndDeleteSharedLibrary(const char *fullPath) { in loadAndDeleteSharedLibrary()
/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/native/android/
Dsystem_fonts.cpp173 std::string fullPath = filePath; in isFontFileAvailable() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTestUtil.java2999 File fullPath = new File(getTestDataDir(), filename); in readBytesFromFile() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTestUtil.java3793 File fullPath = new File(getTestDataDir(), filename); in readBytesFromFile() local
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java594 StringBuilder fullPath = new StringBuilder(sdPath); in createFileOnSD() local
/frameworks/rs/
DrsFont.cpp755 char fullPath[1024]; in renderText() local
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1153 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath; in drawPath() local