Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/commands/
DMkdir.java26 public void mkdirs(File directory) { in mkdirs() argument
27 new Command("mkdir", "-p", directory.getPath()).execute(); in mkdirs()
DRm.java30 public void directoryTree(File directory) { in directoryTree() argument
31 new Command("rm", "-rf", directory.getPath()).execute(); in directoryTree()
DCommand.java95 processBuilder.directory(workingDirectory); in start()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java46 File directory = new File(CAPTURE_SUB_DIRECTORY + className); in deleteFileInClassFolder() local
48 String[] children = directory.list(); in deleteFileInClassFolder()
54 new File(directory, file).delete(); in deleteFileInClassFolder()
/cts/tests/systemAppTest/prebuilts/
Dreadme.txt1 This directory will contain signed CtsSystemAppTestCases.apk.
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DREADME.txt1 This directory contains ContactsProvider2.apk related CTS tests.
/cts/hostsidetests/compilation/src/android/cts/compilation/
DAdbRootDependentCompilationTest.java59 private String directory; field in AdbRootDependentCompilationTest.ProfileLocation
61 ProfileLocation(String directory) { in ProfileLocation() argument
62 this.directory = directory; in ProfileLocation()
66 return directory; in getDirectory()
70 return directory + "/primary.prof"; in getPath()
/cts/tests/tests/security/src/android/security/cts/
DPackageSignatureTest.java163 File directory = mContext.getExternalFilesDir(null); in writeSignature() local
165 Log.i(TAG, "Will dump " + numSignatures + " signatures to " + directory); in writeSignature()
169 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/test-apps/SplitApp/
DREADME2 The entire libs/ directory is built and constructed automatically with
/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/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT49 have its own individual LICENSE.TXT file in the directory in which it appears.
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DScopedDirectoryAccessClientTest.java467 final String directory; field in ScopedDirectoryAccessClientTest.UiAlertDialog
471 directory = path; in UiAlertDialog()
/cts/hostsidetests/theme/
DREADME134 in the "diffs" directory of the CTS results indicated by "Test Result:" in the
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java552 private static boolean isDirectoryWritable(File directory) { in isDirectoryWritable() argument
553 File toCreate = new File(directory, "hello"); in isDirectoryWritable()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...