Home
last modified time | relevance | path

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

12

/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/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/tests/tests/uirendering/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/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java60 private String directory; field in AdbRootDependentCompilationTest.ProfileLocation
62 ProfileLocation(String directory) { in ProfileLocation() argument
63 this.directory = directory; in ProfileLocation()
67 return directory; in getDirectory()
71 return directory + "/primary.prof"; in getPath()
/cts/tests/tests/security/src/android/security/cts/
DPackageSignatureTest.java171 File directory = mContext.getExternalFilesDir(null); in writeSignature() local
173 Log.i(TAG, "Will dump " + numSignatures + " signatures to " + directory); in writeSignature()
177 File signatureFile = new File(directory, fileName + "." + i); in writeSignature()
DCertificateTest.java132 private Set<X509Certificate> loadCertsFromDisk(String directory) throws CertificateException, in loadCertsFromDisk() argument
135 File certDir = new File(directory); in loadCertsFromDisk()
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.txt1 APKs in this directory are used by PkgInstallSignatureVerificationTest.
25 the APKs in this directory were generated by modifying the apksig library (see
/cts/tests/tests/networksecurityconfig/networksecurityconfig-debug-basic-enabled/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-basic-domain/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-invalid-pin/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-nested-domains/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-attributes/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-resourcesrc/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-debug-basic-disabled/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-cleartext/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/tests/tests/networksecurityconfig/networksecurityconfig-cleartext-pre-P/
DOWNERS1 # Inherits OWNERS from parent directory.
/cts/helpers/default/
DOWNERS1 # Individual files are owned by the test module owners, so this directory
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DREADME.txt1 This directory contains ContactsProvider2.apk related CTS tests.
/cts/tests/tests/notificationlegacy/notificationlegacy20/
DOWNERS2 # in parent directory. This file is needed as a placeholder for verification purpose as we
/cts/tests/tests/notificationlegacy/notificationlegacy29/
DOWNERS2 # in parent directory. This file is needed as a placeholder for verification purpose as we
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DREADME2 The entire libs/ directory is built and constructed automatically with
/cts/tests/tests/notificationlegacy/notificationlegacy27/
DOWNERS2 # in parent directory. This file is needed as a placeholder for verification purpose as we
/cts/tests/tests/notificationlegacy/notificationlegacy28/
DOWNERS2 # in parent directory. This file is needed as a placeholder for verification purpose as we
/cts/tests/tests/bionic_app/
DREADME.md7 This directory is just a place to test libc functions in an app context.

12