Home
last modified time | relevance | path

Searched refs:getFilePath (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java103 private File getFilePath(String name) { in getFilePath() method in MountServiceTests
202 final File outFile = getFilePath("test1.obb"); in testMountAndUnmountObbNormal()
221 final File outFile = getFilePath("test1_nosig.obb"); in testAttemptMountNonObb()
236 final File outFile = getFilePath("test1_wrongpackage.obb"); in testAttemptMountObbWrongPackage()
252 final File file1 = getFilePath("test1.obb"); in testMountAndUnmountTwoObbs()
253 final File file2 = getFilePath("test2.obb"); in testMountAndUnmountTwoObbs()
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DMultiLayoutVerificationTest.java57 File file = new File(report.getFilePath()); in testMultipleLayoutFilesWithNameMismatch()
113 File file = new File(report.getFilePath()); in testMultipleLayoutFilesVariableMismatch()
166 File file = new File(report.getFilePath()); in testMultipleLayoutFilesImportMismatch()
220 File file = new File(report.getFilePath()); in testSameIdInIncludeAndView()
DSimpleCompilationTest.java129 final File errorFile = new File(report.getFilePath()); in singleFileErrorTest()
170 final File errorFile = new File(report.getFilePath()); in testMultipleExceptionsInDifferentFiles()
336 final File errorFile = new File(report.getFilePath()); in testIncludeInMerge()
357 final File errorFile = new File(report.getFilePath()); in testAssignTwoWayEvent()
/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp66 static string getFilePath(const char* path, int64_t timestamp, int64_t uid, int64_t configID) { in getFilePath() function
216 string file_name = getFilePath(STATS_DATA_DIR, timestamp, uid, configID); in appendConfigMetricsReport()
267 string file_name = getFilePath(STATS_SERVICE_DIR, timestamp, uid, configID); in readConfigFromDisk()
353 string file_name = getFilePath(path, timestamp, uid, configID); in trimToFit()
426 string file_name = getFilePath(path, timestamp, uid, configID); in printDirStats()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java71 .append("file://").append(scopedError.getFilePath()); in createHumanReadableMessage()
85 .append(FILE_KEY).append(scopedError.getFilePath()).append("\n"); in createEncodedMessage()
DScopedErrorReport.java38 public String getFilePath() { in getFilePath() method in ScopedErrorReport
/frameworks/base/core/java/android/provider/
DMediaStore.java2355 final String path = getFilePath(resolver, mediaUri); in getDocumentUri()
2364 private static String getFilePath(ContentResolver resolver, Uri mediaUri) in getFilePath() method in MediaStore