Searched refs:getPath (Results 1 - 25 of 130) sorted by relevance

123456

/frameworks/base/core/tests/coretests/src/android/net/
H A DWebAddressTest.java30 assertEquals("/b/c/g", webAddress.getPath());
38 assertEquals("/?si=1", webAddress.getPath());
/frameworks/base/tools/aapt/
H A DOutputSet.h37 inline const android::String8& getPath() const { function in class:OutputEntry
41 bool operator<(const OutputEntry& o) const { return getPath() < o.mPath; }
42 bool operator==(const OutputEntry& o) const { return getPath() == o.mPath; }
/frameworks/base/core/java/android/transition/
H A DPathMotion.java29 * by extending PathMotion and implementing {@link #getPath(float, float, float, float)}.
58 public abstract Path getPath(float startX, float startY, float endX, float endY); method in class:PathMotion
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseErrorHandlerTest.java46 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null,
68 BufferedWriter writer = new BufferedWriter(new FileWriter(mDatabaseFile.getPath()));
94 SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null,
116 mDatabaseFile.getPath());
120 mDatabaseFile.getPath());
/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/mtp/
H A DMtpStorage.java40 mPath = volume.getPath();
73 public final String getPath() { method in class:MtpStorage
/frameworks/compile/mclinker/include/mcld/
H A DBitcodeOption.h32 const sys::fs::Path& getPath() const { return m_Path; } function in class:mcld::BitcodeOption
/frameworks/base/core/java/android/database/
H A DDefaultDatabaseErrorHandler.java54 Log.e(TAG, "Corruption reported by sqlite on database: " + dbObj.getPath());
64 deleteDatabaseFile(dbObj.getPath());
91 deleteDatabaseFile(dbObj.getPath());
/frameworks/base/services/core/java/com/android/server/updates/
H A DSELinuxPolicyInstallReceiver.java134 Os.symlink(updateDir.getPath(), update.getPath());
135 Os.rename(update.getPath(), current.getPath());
137 Os.symlink(updateDir.getPath(), current.getPath());
142 Os.symlink(contexts.getPath(), tmp.getPath());
143 Os.rename(tmp.getPath(), current.getPath());
[all...]
/frameworks/av/media/mtp/
H A DMtpStorage.h52 inline const char* getPath() const { return (const char *)mFilePath; } function in class:android::MtpStorage
H A DMtpStorage.cpp67 if (statfs(getPath(), &stat))
76 if (statfs(getPath(), &stat))
/frameworks/base/core/java/android/os/
H A DSELinux.java176 file.getPath(), e);
194 file.getPath(), e);
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java114 Log.e(TAG, "Unable to create/open file " + outFile.getPath(), e);
134 Log.e(TAG, "Unable to write to file " + outFile.getPath(), e);
150 Os.chmod(outFile.getPath(), (int)mode);
/frameworks/base/libs/hwui/
H A DRevealClip.h56 const SkPath* getPath() const { function in class:android::uirenderer::RevealClip
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java129 extractedFile.getPath() + "'");
207 extractedFile.getPath() + "'");
273 Log.w(TAG, "Failed to list secondary dex dir content (" + dexDir.getPath() + ").");
277 Log.i(TAG, "Trying to delete old file " + oldFile.getPath() + " of size " +
280 Log.w(TAG, "Failed to delete old file " + oldFile.getPath());
282 Log.i(TAG, "Deleted old file " + oldFile.getPath());
292 Log.e(TAG, "Failed to create dir " + dir.getPath() + ". Parent file is null.");
294 Log.e(TAG, "Failed to create dir " + dir.getPath() +
301 throw new IOException("Failed to create cache directory " + dir.getPath());
312 Log.i(TAG, "Extracting " + tmp.getPath());
[all...]
/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java170 int res = nativeCopyNativeBinaries(apkHandle, sharedLibraryDir.getPath(), abi);
223 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryRoot.getPath());
242 Slog.w(TAG, "Could not delete native binary: " + files[nn].getPath());
250 Slog.w(TAG, "Could not delete native binary directory: " + nativeLibraryRoot.getPath());
261 throw new IOException("Cannot create " + path.getPath());
265 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
268 + path.getPath(), e);
271 throw new IOException("Cannot set SELinux context for " + path.getPath());
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModel.java101 Log.e("Selected Path: ", selectedImageUri.getPath());
102 mView.loadA3DFile(selectedImageUri.getPath());
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestApp.java100 Log.e("Selected Path: ", selectedImageUri.getPath());
101 mView.mRender.loadModel(selectedImageUri.getPath());
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java115 assertEquals(file.getPath(),
116 strat.getFileForUri(Uri.parse("content://authority/tag/file.test")).getPath());
119 assertEquals(file.getPath(), strat.getFileForUri(
120 Uri.parse("content://authority/tag/subdir/file.test")).getPath());
143 assertEquals(file.getPath(),
144 strat.getFileForUri(Uri.parse(expected)).getPath());
152 assertEquals(file.getPath(), strat.getFileForUri(
153 Uri.parse("content://authority/tag/file.txt?extra=foo")).getPath());
167 assertEquals(outFile.getPath(),
168 strat.getFileForUri(Uri.parse(expected)).getPath());
[all...]
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java52 StatFs stat = new StatFs(path.getPath());
80 StatFs stat = new StatFs(path.getPath());
122 StatFs stat = new StatFs(path.getPath());
/frameworks/base/core/java/android/util/
H A DAtomicFile.java55 mBackupName = new File(baseName.getPath() + ".bak");
109 parent.getPath(),
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java49 mBackupName = new File(baseName.getPath() + ".bak");
77 parent.getPath(),
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java56 fullBackupFileTree(null, domain, v.getPath(), externalFilesDirFilter, output);
78 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1));
/frameworks/base/services/core/java/com/android/server/
H A DSamplingProfilerService.java82 if (LOCAL_LOGV) Slog.v(TAG, file.getPath() + " added to dropbox");
84 Slog.e(TAG, "Can't add " + file.getPath() + " to dropbox", e);
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java128 mStorageVolume.getPath();
151 mStorageManager.getVolumeState(mStorageVolume.getPath());
158 mStorageVolume.getPath();
172 mStorageVolume.getPath();

Completed in 848 milliseconds

123456