OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stageDir
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java
91
String dataPath = new File(ProviderTestUtils.
stageDir
(mVolumeName),
109
String updatedPath = new File(ProviderTestUtils.
stageDir
(mVolumeName),
134
File
stageDir
= new File(ProviderTestUtils.
stageDir
(mVolumeName),
136
stageDir
.mkdirs();
137
String b =
stageDir
.getAbsolutePath();
166
final File dir = ProviderTestUtils.
stageDir
(mVolumeName);
256
final File file = new File(ProviderTestUtils.
stageDir
(mVolumeName),
285
final File file = new File(ProviderTestUtils.
stageDir
(mVolumeName),
ProviderTestUtils.java
178
static File
stageDir
(String volumeName) throws IOException {
Completed in 261 milliseconds