Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 12 of 12) sorted by relevance

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DModuleGeneratorTest.java50 import java.nio.file.Path;
69 Path testsDir = createTestsDir(); in tearDown_packageNamesProvided_deletesGeneratedModules()
114 Path testsDir = createTestsDir(); in split_multiplePackageNameProviders_generateModulesForAll()
134 Path testsDir = createTestsDir(); in split_packageNameProviderThrowsException_throwsException()
149 Path testsDir = createTestsDir(); in split_packageNamesNotProvided_doesNotGenerate()
159 Path testsDir = createTestsDir(); in split_templateContainsPlaceholders_replacesPlaceholdersInOutput()
180 Path testsDir = createTestsDir(); in split_templateDoesNotContainPlaceholder_outputsTemplateContent()
198 Path testsDir = createTestsDir(); in split_templateContentIsEmpty_outputsTemplateContent()
215 Path testsDir, String packageName) throws IOException { in assertThatModuleConfigFileContent()
220 private static IterableSubject assertThatListDirectory(Path dir) throws IOException { in assertThatListDirectory()
[all …]
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py52 self._suite_dir = pathlib.Path(tempfile.mkdtemp(prefix='csuite'))
82 out_dir = pathlib.Path(o)
131 self._root_dir = pathlib.Path(tempfile.mkdtemp(prefix='csuite_apk_dir'))
142 def get_path(self) -> pathlib.Path:
147 apk_paths: Sequence[pathlib.Path]): argument
165 adb_binary_path: pathlib.Path = None, argument
228 def _add_owner_exec_permission(path: pathlib.Path): argument
232 def get_test_app_apks(app_module_name: Text) -> Sequence[pathlib.Path]:
242 def _get_test_file(name: Text) -> pathlib.Path:
261 def _get_test_dir() -> pathlib.Path:
[all …]
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DFileBasedPackageNameProviderTest.java32 import java.nio.file.Path;
100 private FileBasedPackageNameProvider createProvider(Path... packagesFiles) in createProvider()
104 for (Path packagesFile : packagesFiles) { in createProvider()
111 private Path createPackagesFile(String content) throws IOException { in createPackagesFile()
112 Path tempFile = Files.createTempFile(tempFolder.getRoot().toPath(), "packages", ".txt"); in createPackagesFile()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DModuleGenerator.java44 import java.nio.file.Path;
213 private Path getModulePath(String packageName) throws IOException { in getModulePath()
214 Path testsDir = mTestDirectoryProvider.get(mBuildInfo); in getModulePath()
241 Path get(IBuildInfo buildInfo) throws IOException; in get()
252 public Path get(IBuildInfo buildInfo) throws IOException { in get()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteFileEntity.java29 import java.nio.file.Path;
63 Path pathInfo = Paths.get(filePath); in TestSuiteFileEntity()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java43 import java.nio.file.Path;
173 Path filePathInfo = Paths.get(file); in downloadHandler()
204 Path pathInfo = Paths.get(path); in defaultHandler()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java42 import java.nio.file.Path;
143 Path pathInfo = Paths.get(String.join(fileSeparator, pathList)); in doGet()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DAppSetupPreparerTest.java56 import java.nio.file.Path;
427 Path packageDir = in createPackageFile()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java57 import java.nio.file.Path;
267 Path pathInfo = in generateSuiteTestData()
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go253 var paths []android.Path
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp244 <b>Result Log Path: </b>
249 <b>Infra Log Path: </b>
Dshow_gcs_log.jsp82 <h5>Current Directory Path : ${path}</h5>