Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v4/java/android/support/v4/graphics/drawable/
DRoundedBitmapDrawableFactory.java77 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/
Dstructgen.py184 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/
DBackupHelpers.cpp496 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/
DBitmapDrawable.java154 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/
Demulator.jd161 <td><code>-cache&nbsp;&lt;filepath&gt;</code></td>
162 <td>Use &lt;filepath&gt; as the working cache partition image. </td>
168 <td><code>-data&nbsp;&lt;filepath&gt;</code></td>
169 <td>Use {@code &lt;filepath&gt;} as the working user-data disk image. </td>
187 <td><code>-image&nbsp;&lt;filepath&gt;</code></td>
188 <td>Use &lt;filepath&gt; as the system image.</td>
194 <td><code>-initdata&nbsp;&lt;filepath&gt;</code></td>
206 <td><code>-ramdisk&nbsp;&lt;filepath&gt;</code></td>
207 <td>Use &lt;filepath&gt; as the ramdisk image.</td>
214 <td><code>-sdcard&nbsp;&lt;filepath&gt;</code></td>
Dlint.jd97 <td><nobr><code>--url &lt;filepath&gt;=&lt;url&gt;</code></nobr></td>
98 <td>In the HTML output, replace a local path prefix <code>&lt;filepath&gt;</code> with a url prefix…
99 …TML report with the {@code --html} option. You can specify multiple &lt;filepath&gt;=&lt;url&gt; m…
/frameworks/base/docs/html/tools/help/uiautomator/
Dindex.jd87 <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/
Demulator.jd609 <pre>emulator -sdcard &lt;filepath&gt;</pre>
723 <td>Override using <code>-data &lt;filepath&gt;</code>, where <code>&lt;filepath&gt;</code> is the
725 the emulator looks for the file in the current working directory. If the file at <code>&lt;filepath
733 …<td>Override using <code>-sdcard &lt;filepath&gt;</code>, where <code>&lt;filepath&gt;</code> is t…