Home
last modified time | relevance | path

Searched defs:tmpFile (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_file_test.cpp213 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
236 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
264 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
283 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
300 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
318 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
347 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
377 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
397 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
431 std::string tmpFile = testFile + kTmpFileSuffix; in TEST_F() local
[all …]
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DBulkPerfTest.java104 File tmpFile = File.createTempFile("MappedByteBufferTest", ".tmp"); in newBuffer() local
DByteBufferPerfTest.java97 File tmpFile = new File("/sdcard/bm.tmp"); in newBuffer() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
DUserFileManagerImplTest.kt133 val tmpFile = in testMigrateSharedPrefs() constant
/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
DSystemPreparer.java136 final File tmpFile = copyResourceToTemp(resourcePath); in installResourceApk() local
152 final File tmpFile = copyResourceToTemp(resourcePaths[i]); in stageMultiplePackages() local
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java69 File tmpFile = File.createTempFile("test", "file"); in calibrateMethod() local
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageParserTest.java283 final File tmpFile = File.createTempFile(filename, ".apk"); in extractFile() local
297 final File tmpFile = new File(dir, filename); in extractFile() local
/frameworks/base/services/core/java/com/android/server/power/
DShutdownCheckPoints.java400 AtomicFile tmpFile = new AtomicFile(mBaseFile); in writeCheckpoints() local
/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java1524 File tmpFile = File.createTempFile("package-watchdog-test", ".xml"); in testWritingAndReadingMonitoredPackage() local
1561 File tmpFile = File.createTempFile("observer-watchdog-test", ".xml"); in testWritingAndReadingObserverInternalRecoverability() local