OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pulledfile
(Results
1 - 6
of
6
) sorted by null
/cts/hostsidetests/api/src/com/android/cts/api/
PulledFile.java
21
class
PulledFile
{
25
PulledFile
(File fileInHost, String pathInDevice) {
FilePuller.java
50
PulledFile
pullFromDevice(String path, String name) {
87
return new
PulledFile
(outputFile, path);
UnofficialApisUsageTest.java
160
Stream<
PulledFile
> pulledFiles;
DexAnalyzer.java
249
public DexAnalyzer(Stream<
PulledFile
> files, ApprovedApis approvedApis) {
297
private void parse(
PulledFile
file) {
320
private void parseInner(
PulledFile
file, String dexEntry) throws DexFileNotFoundException {
/tools/tradefederation/core/src/com/android/tradefed/testtype/
UiAutomatorTest.java
332
File
pulledFile
= new File(testTmpDirectory, traceFile.getName());
333
if (!mDevice.pullFile(traceFile.getFullPath(),
pulledFile
)) {
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
AppTransitionTests.java
369
File
pulledFile
= new File(tmpDestDir, file.getName());
370
if (!mDevice.pullFile(file.getFullPath(),
pulledFile
)) {
Completed in 254 milliseconds