Home
last modified time | relevance | path

Searched refs:pathName (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DMemoryFileSystem.h46 size_t Read(const std::string& pathName, std::string* buffer);
49 size_t Write(const std::string& pathName, const MemoryFile& memoryFile);
/frameworks/base/graphics/java/android/graphics/
DMovie.java79 public static Movie decodeFile(String pathName) { in decodeFile() argument
82 is = new FileInputStream(pathName); in decodeFile()
DBitmapRegionDecoder.java145 public static BitmapRegionDecoder newInstance(String pathName, in newInstance() argument
151 stream = new FileInputStream(pathName); in newInstance()
DBitmapFactory.java510 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile() argument
515 stream = new FileInputStream(pathName); in decodeFile()
541 public static Bitmap decodeFile(String pathName) { in decodeFile() argument
542 return decodeFile(pathName, null); in decodeFile()
/frameworks/base/tools/aapt/
DPackage.cpp42 bool okayToCompress(Bundle* bundle, const String8& pathName);
366 bool okayToCompress(Bundle* bundle, const String8& pathName) in okayToCompress() argument
368 String8 ext = pathName.getPathExtension(); in okayToCompress()
382 int pos = pathName.length() - strlen(str); in okayToCompress()
386 const char* path = pathName.string(); in okayToCompress()
DAaptAssets.cpp703 String8 pathName(srcDir); in slurpFullTree() local
706 pathName.appendPath(fileNames[i].string()); in slurpFullTree()
707 type = getFileType(pathName.string()); in slurpFullTree()
717 ssize_t res = subdir->slurpFullTree(bundle, pathName, kind, in slurpFullTree()
727 sp<AaptFile> file = new AaptFile(pathName, kind, resType); in slurpFullTree()
737 printf(" (ignoring non-file/dir '%s')\n", pathName.string()); in slurpFullTree()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java58 String pathName, boolean isShareable) { in newInstance() argument
60 BitmapRegionDecoder d = BitmapRegionDecoder.newInstance(pathName, isShareable); in newInstance()
65 Log.w("BitmapRegionTileSource", "getting decoder failed for path " + pathName, e); in newInstance()
101 public static DumbBitmapRegionDecoder newInstance(String pathName) { in newInstance() argument
102 Bitmap b = BitmapFactory.decodeFile(pathName); in newInstance()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1410 public static Drawable createFromPath(String pathName) { in createFromPath() argument
1411 if (pathName == null) { in createFromPath()
1415 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, pathName); in createFromPath()
1416 try (FileInputStream stream = new FileInputStream(pathName)) { in createFromPath()
DVectorDrawable.java1727 final String pathName = a.getString(R.styleable.VectorDrawableClipPath_name); in updateStateFromTypedArray() local
1728 if (pathName != null) { in updateStateFromTypedArray()
1729 mPathName = pathName; in updateStateFromTypedArray()
2031 final String pathName = a.getString(R.styleable.VectorDrawablePath_name); in updateStateFromTypedArray() local
2032 if (pathName != null) { in updateStateFromTypedArray()
2033 mPathName = pathName; in updateStateFromTypedArray()
/frameworks/base/libs/androidfw/
DAssetManager.cpp895 Asset* AssetManager::openAssetFromFileLocked(const String8& pathName, in openAssetFromFileLocked() argument
900 if (strcasecmp(pathName.getPathExtension().string(), ".gz") == 0) { in openAssetFromFileLocked()
902 pAsset = Asset::createFromCompressedFile(pathName.string(), mode); in openAssetFromFileLocked()
905 pAsset = Asset::createFromFile(pathName.string(), mode); in openAssetFromFileLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...