Home
last modified time | relevance | path

Searched defs:fileToRead (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java736 String fileToRead = sharedCePath + "/readme.txt"; in testSdkDataPackageDirectory_SharedStorageIsUsable() local
960 String fileToRead = perSdkStorage + "/readme.txt"; in testSdkDataSubDirectory_PerSdkStorageIsUsable() local
1002 String fileToRead = perSdkStorage + "/readme.txt"; in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume() local
1074 String fileToRead = sharedCePath + "/readme.txt"; in testSdkSharedStorage_DifferentVolumeIsUsable() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestBasic.java1569 public void checkDtdComparatorForResource(String fileToRead, DtdType overrideDtdType) { in checkDtdComparatorForResource()
1592 public void checkDtdComparatorFor(File fileToRead, DtdType overrideDtdType) { in checkDtdComparatorFor()