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/compile/mclinker/include/mcld/
H A DBitcodeOption.h35 const sys::fs::Path& getPath() const { return m_Path; } function in class:mcld::BitcodeOption
/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.java167 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/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/native/libs/input/
H A DKeyboard.cpp108 String8 path(getPath(deviceIdentifier, name,
125 String8 path(getPath(deviceIdentifier, name,
141 String8 KeyMap::getPath(const InputDeviceIdentifier& deviceIdentifier, function in class:android::KeyMap
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java102 public String getPath() { method in class:StorageVolume
/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();
1736 public final String getPath() { method in class:SQLiteDatabase
2130 throw new IllegalStateException("databaselist for: " + getPath() + " couldn't " +
2136 attachedDbs.add(new Pair<String, String>("main", getPath()));
2162 return "SQLiteDatabase: " + getPath();
/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,
292 it.getPath().string());
297 String8 resPath = it.getPath();
299 table->addEntry(SourcePos(it.getPath(), 0), String16(assets->getPackage()),
401 leafName.string(), group->getPath().string(), group.get()));
409 leafName.string(), group->getPath().string(), group.get()));
414 leafName.string(), group->getPath().string(), group.get()));
435 NOISY(printf("Collecting dir #%d %p: %s, leaf %s\n", i, d.get(), d->getPath().string(),

Completed in 793 milliseconds