OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:md5Path
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/media/bitstreams/common/src/android/media/cts/bitstreams/
MediaBitstreams.java
75
String
md5Path
= String.format("%s_%s_md5", base, codec);
76
return
md5Path
;
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java
241
String
md5Path
= MediaBitstreams.getMd5Path(path);
243
new File(mDeviceBitstreamsPath,
md5Path
).toPath());
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
MediaBitstreamsTest.java
534
String
md5Path
= MediaBitstreams.getMd5Path(p);
535
File md5File = new File(mHostBitstreamsPath,
md5Path
);
Completed in 1201 milliseconds