Searched refs:filepath (Results 1 – 8 of 8) sorted by relevance
/frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
D | RoundedBitmapDrawableFactory.java | 77 String filepath) { in create() argument 78 final RoundedBitmapDrawable drawable = create(res, BitmapFactory.decodeFile(filepath)); in create() 80 Log.w(TAG, "BitmapDrawable cannot decode " + filepath); in create()
|
/frameworks/base/media/mca/ |
D | structgen.py | 184 def parseTextFile(self, filepath): argument 194 txtfile = open(filepath) 337 filepath = argv[1] 340 structspec.parseTextFile(filepath) 348 rootdir = os.path.dirname(filepath)
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 496 const String8& rootpath, const String8& filepath, BackupDataWriter* writer) in write_tarfile() argument 499 const char* relstart = filepath.string() + rootpath.length(); in write_tarfile() 519 for (size_t i = 0; i < filepath.length(); i++) { in write_tarfile() 520 if ((filepath[i] & 0x80) != 0) { in write_tarfile() 529 if (lstat64(filepath.string(), &s) != 0) { in write_tarfile() 531 ALOGE("Error %d (%s) from lstat64(%s)", err, strerror(err), filepath.string()); in write_tarfile() 543 int fd = open(filepath.string(), O_RDONLY); in write_tarfile() 546 ALOGE("Error %d (%s) from open(%s)", err, strerror(err), filepath.string()); in write_tarfile() 594 ALOGW("Error: unknown file mode 0%o [%s]", s.st_mode, filepath.string()); in write_tarfile() 694 ALOGE("Unable to read file [%s], err=%d (%s)", filepath.string(), in write_tarfile() [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | BitmapDrawable.java | 154 public BitmapDrawable(String filepath) { in BitmapDrawable() argument 155 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); in BitmapDrawable() 157 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + filepath); in BitmapDrawable() 165 public BitmapDrawable(Resources res, String filepath) { in BitmapDrawable() argument 166 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); in BitmapDrawable() 169 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + filepath); in BitmapDrawable()
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 161 <td><code>-cache <filepath></code></td> 162 <td>Use <filepath> as the working cache partition image. </td> 168 <td><code>-data <filepath></code></td> 169 <td>Use {@code <filepath>} as the working user-data disk image. </td> 187 <td><code>-image <filepath></code></td> 188 <td>Use <filepath> as the system image.</td> 194 <td><code>-initdata <filepath></code></td> 206 <td><code>-ramdisk <filepath></code></td> 207 <td>Use <filepath> as the ramdisk image.</td> 214 <td><code>-sdcard <filepath></code></td>
|
D | lint.jd | 97 <td><nobr><code>--url <filepath>=<url></code></nobr></td> 98 <td>In the HTML output, replace a local path prefix <code><filepath></code> with a url prefix… 99 …TML report with the {@code --html} option. You can specify multiple <filepath>=<url> m…
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | index.jd | 87 <td>Generate an XML file with a dump of the current UI hierarchy. If a filepath is not specified, b…
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 609 <pre>emulator -sdcard <filepath></pre> 723 <td>Override using <code>-data <filepath></code>, where <code><filepath></code> is the 725 the emulator looks for the file in the current working directory. If the file at <code><filepath… 733 …<td>Override using <code>-sdcard <filepath></code>, where <code><filepath></code> is t…
|