Searched defs:getPath (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpStorage.h52 inline const char* getPath() const { return (const char *)mFilePath; } function in class:android::MtpStorage
/frameworks/base/media/java/android/mtp/
H A DMtpStorage.java40 mPath = volume.getPath();
73 public final String getPath() { method in class:MtpStorage
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java56 public final String getPath() { method in class:PatternMatcher
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java113 public Path getPath() { method in class:GestureStroke
/frameworks/base/core/java/android/net/
H A DWebAddress.java166 public String getPath() { method in class:WebAddress
H A DUri.java261 public abstract String getPath(); method in class:Uri
593 public String getPath() { method in class:Uri.StringUri
886 public String getPath() { method in class:Uri.OpaqueUri
1238 public String getPath() { method in class:Uri.HierarchicalUri
1520 // Hierarchical URIs should not return null for getPath().
2307 canonicalPath = new File(getPath()).getCanonicalPath();
/frameworks/base/core/java/android/webkit/
H A DPlugin.java99 public String getPath() { method in class:Plugin
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java92 public String getPath() { method in class:StorageVolume
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp109 String8 path(getPath(deviceIdentifier, name,
126 String8 path(getPath(deviceIdentifier, name,
142 String8 KeyMap::getPath(const InputDeviceIdentifier& deviceIdentifier, function in class:android::KeyMap
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java78 public String getPath() { method in class:MountServiceTests.ObbObserver
129 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
132 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
145 assertTrue("mountObb call on " + file.getPath() + " should succeed",
146 sm.mountObb(file.getPath(), null, observer));
152 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath()));
156 file.getPath(), observer.getPath());
166 assertTrue("mountObb call on " + file.getPath() + " should succeed", sm.mountObb(file
167 .getPath(), nul
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java322 public String getPath(); method in interface:VideoEditor
H A DVideoEditorImpl.java581 public String getPath() { method in class:VideoEditorImpl
1426 overlayFrame.save(getPath());
1600 final FileOutputStream out = new FileOutputStream(new File(getPath(),
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java699 * Equivalent to openDatabase(file.getPath(), factory, CREATE_IF_NECESSARY).
702 return openOrCreateDatabase(file.getPath(), factory);
734 deleted |= new File(file.getPath() + "-journal").delete();
735 deleted |= new File(file.getPath() + "-shm").delete();
736 deleted |= new File(file.getPath() + "-wal").delete();
1727 public final String getPath() { method in class:SQLiteDatabase
2121 throw new IllegalStateException("databaselist for: " + getPath() + " couldn't " +
2127 attachedDbs.add(new Pair<String, String>("main", getPath()));
2153 return "SQLiteDatabase: " + getPath();
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h455 SkPath* getPath() { function in class:android::uirenderer::DisplayList
/frameworks/base/tools/aapt/
H A DAaptAssets.h180 const String8& getPath() const { return mPath; } function in class:AaptFile
233 const String8& getPath() const { return mPath; } function in class:AaptGroup
265 const String8& getPath() const { return mPath; } function in class:AaptDir
H A DResource.cpp90 inline String8 getPath() const { return mPath; } function in class:ResourceDirIterator
128 group->getPath().string(), mParams.mcc, mParams.mnc,
291 it.getPath().string());
296 String8 resPath = it.getPath();
298 table->addEntry(SourcePos(it.getPath(), 0), String16(assets->getPackage()),
400 leafName.string(), group->getPath().string(), group.get()));
408 leafName.string(), group->getPath().string(), group.get()));
413 leafName.string(), group->getPath().string(), group.get()));
434 NOISY(printf("Collecting dir #%d %p: %s, leaf %s\n", i, d.get(), d->getPath().string(),

Completed in 1206 milliseconds