Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 46) sorted by relevance

12

/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/
DFileUtils.java67 File directory = new File(path); in assertDirDoesNotExist() local
71 new FileInputStream(directory); in assertDirDoesNotExist()
76 File parent = directory.getParentFile(); in assertDirDoesNotExist()
91 assertThat(directory.exists()).isFalse(); in assertDirDoesNotExist()
113 File directory = new File(path); in assertFileDoesNotExist() local
114 assertTrue(directory.exists()); in assertFileDoesNotExist()
/cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/
DIncludeExcludeTest.java115 private void setupFileTree(File directory) { in setupFileTree() argument
116 setupFilesInDirectory(directory); in setupFileTree()
118 setupFilesInDirectory(new File(directory, "include_folder")); in setupFileTree()
119 setupFilesInDirectory(new File(directory, "exclude_folder")); in setupFileTree()
122 private void setupFilesInDirectory(File directory) { in setupFilesInDirectory() argument
123 mIncludeFiles.add(new File(directory, "file_to_include")); in setupFilesInDirectory()
124 mExcludeFiles.add(new File(directory, "file_to_exclude")); in setupFilesInDirectory()
/cts/apps/CameraITS/
DAndroid.bp16 // Zip all the files in this directory together for merging into cts-verifier.zip.
18 // directory.
27 // Placeholder file outside the glob used to find the top of the directory.
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapDumper.java45 File directory = new File(CAPTURE_SUB_DIRECTORY + className); in deleteFileInClassFolder() local
47 String[] children = directory.list(); in deleteFileInClassFolder()
53 new File(directory, file).delete(); in deleteFileInClassFolder()
/cts/hostsidetests/multidevices/
DAndroid.bp16 // Zip all the files in this directory together for merging into cts-verifier.zip.
18 // directory.
53 // Placeholder file outside the glob used to find the top of the directory.
68 // Placeholder file outside the glob used to find the top of the directory.
/cts/tests/tests/resourcesloader/assets/
Dasset.txt1 In assets directory
/cts/tests/tests/telephony/
DREADME.md3 This directory contains the main set of Telephony CTS tests.
/cts/tests/tests/broadcastradio/
DREADME.md3 This directory contains the main set of Broadcast Radio CTS tests.
/cts/tests/sample/
DREADME14 directory into the ayeaye checker (as shown in
17 2) add an OWNERS file in the module directory accordingly.
/cts/tests/tests/telephony4/
DREADME.md3 This directory contains the set of Telephony CTS tests which involve carrier privileges.
/cts/tests/tests/telephony3/
DREADME.md3 This directory contains the set of Telephony CTS tests which verify behavior on
/cts/helpers/default/
DOWNERS1 # Individual files are owned by the test module owners, so this directory
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DREADME.txt1 This directory contains ContactsProvider2.apk related CTS tests.
/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java67 private String directory; field in AdbRootDependentCompilationTest.ProfileLocation
69 ProfileLocation(String directory) { in ProfileLocation() argument
70 this.directory = directory; in ProfileLocation()
74 return directory + packageName; in getDirectory()
78 return directory + packageName + "/primary.prof"; in getPath()
/cts/tests/tests/telephony2/
DREADME.md3 This directory contains the set of Telephony CTS tests used to exercise permissions.
/cts/tests/tests/webkit/shared/
DREADME.md3 This directory contains any resources that
/cts/tests/tests/telephony5/
DREADME.md3 This directory contains the set of Telephony CTS tests used to exercise
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DREADME2 The entire libs/ directory is built and constructed automatically with
/cts/tests/tests/bionic_app/
DREADME.md7 This directory is just a place to test libc functions in an app context.
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.md5 APKs in this directory are used by `PkgInstallSignatureVerificationTest`.
33 Some of the APKs in this directory were generated by modifying the apksig library (see
/cts/tests/videocodec/
DREADME.md4 …nning tests. Manual installation of these can be done using copy_media.sh script in this directory.
/cts/
DOWNERS3 # in sub-directory. And changes to specific test code
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DREADME.md7 directory. If not, it can be mounted using `mount -t debugfs none /sys/kernel/debug`.
10 `ls /sys/kernel/debug/hid` to look in the directory to see the identifiers for connected HID
/cts/tests/video/
DREADME.md6 …nning tests. Manual installation of these can be done using copy_media.sh script in this directory.
/cts/apps/CtsVerifier/
DAndroid.bp210 // Creates a "cts-verifier" directory that will contain:
212 // 1. Out directory with a "android-cts-verifier" containing the CTS Verifier
215 // 2. Zipped version of the android-cts-verifier directory to be included with

12