Home
last modified time | relevance | path

Searched defs:targetDir (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/
DTestSupport.java42 public static Path copyTestResource(Class<?> baseClass, String testResource, Path targetDir) in copyTestResource()
51 Class<?> baseClass, String testResource, Path targetDir) in copyTestResourceWithoutLicense()
60 String relativeResourcePath, Path targetDir) throws IOException { in copyResourceAndLicense()
72 Path targetDir) throws IOException { in copyResource()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/pkgdata/
H A Dpkgdata.cpp576 char targetDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
1044 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling) { in pkg_createSymLinks()
1135 static int32_t pkg_installLibrary(const char *installDir, const char *targetDir, UBool noVersion) { in pkg_installLibrary()
1306 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt) { in pkg_archiveLibrary()
1368 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi… in pkg_generateLibraryFile()
1542 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF… in pkg_createWithAssemblyCode()
1607 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode… in pkg_createWithoutAssemblyCode()
/aosp_15_r20/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp574 char targetDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
1042 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling) { in pkg_createSymLinks()
1133 static int32_t pkg_installLibrary(const char *installDir, const char *targetDir, UBool noVersion) { in pkg_installLibrary()
1304 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt) { in pkg_archiveLibrary()
1366 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi… in pkg_generateLibraryFile()
1540 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF… in pkg_createWithAssemblyCode()
1605 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode… in pkg_createWithoutAssemblyCode()
/aosp_15_r20/external/kotlinx.atomicfu/integration-testing/src/functionalTest/kotlin/kotlinx.atomicfu.gradle.plugin.test/framework/runner/
H A DBuildRunner.kt10 internal class GradleBuild(val projectName: String, val targetDir: File) { constant in kotlinx.atomicfu.gradle.plugin.test.framework.runner.GradleBuild
59 …val targetDir = Files.createTempDirectory("${projectName.substringAfterLast('/')}-").toFile().appl… in createGradleBuildFromSources() constant
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
H A DPathUtilsTest.java87 final Path targetDir = tempDirPath.resolve("subdir"); in createTempSymlinkedRelativeDir() local
141 Path targetDir = archive.getPath("target"); in testCopyDirectoryForDifferentFilesystemsWithAbsolutePathReverse() local
158 final Path targetDir = targetArchive.getPath("targetDir"); in testCopyDirectoryForDifferentFilesystemsWithRelativePath() local
176 Path targetDir = archive.getPath("target"); in testCopyDirectoryForDifferentFilesystemsWithRelativePathReverse() local
H A DCopyDirectoryVisitorTest.java46 private Path targetDir; field in CopyDirectoryVisitorTest
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java1026 public static int copyPackage(String packagePath, File targetDir) { in copyPackage()
1041 copyFile(pkg.getBaseApkPath(), targetDir, "base.apk"); in copyPackage() local
1044 copyFile(pkg.getSplitApkPaths()[i], targetDir, in copyPackage() local
1055 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile()
1078 public static void makeDirRecursive(File targetDir, int mode) throws ErrnoException { in makeDirRecursive()
1217 public static File getNextCodePath(File targetDir, String packageName) { in getNextCodePath()
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
H A DRepackagingTransform.java173 Path targetDir = optionSet.valueOf(targetDirOption); in main() local
287 private final Path targetDir; field in RepackagingTransform.TransformRules
290 TransformRules(Path sourceDir, Path targetDir, List<Rule> rules) { in TransformRules()
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/internal/
H A DMakeAnnotationsPackagePrivateCommand.kt45 private val targetDir by in <lambda>() constant in com.android.tools.metalava.cli.internal.MakeAnnotationsPackagePrivateCommand
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DVettingAdder.java133 public void incorporateVetting(String locale, String targetDir) throws IOException { in incorporateVetting()
257 public void showFiles(Factory cldrFactory, String targetDir) throws IOException { in showFiles()
270 incorporateVetting(it.next(), targetDir); in showFiles() local
H A DToolUtilities.java49 String sourceDir, String sourceFile, String targetDir, String targetFile) { in generateBat()
61 String targetDir, in generateBat()
H A DCopyNewEmoji.java12 File targetDir = new File(CLDRPaths.APPS_EMOJI_DIRECTORY); in main() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackStore.java260 File targetDir = new File(rollback.getBackupDir(), packageName); in backupPackageCodePath() local
297 File targetDir = new File(rollback.getBackupDir(), packageName); in getPackageCodePaths() local
311 File targetDir = new File(rollback.getBackupDir(), info.getPackageName()); in deletePackageCodePaths() local
/aosp_15_r20/external/mtools/
H A Dmmove.c125 Stream_t *targetDir; in rename_file() local
184 Stream_t *targetDir; in rename_oldsyntax() local
/aosp_15_r20/packages/services/Telephony/utils/satellite/s2storage/src/testutils/java/com/android/telephony/sats2range/testutils/
DTestUtils.java96 public static Path copyTestResource(Class<?> baseClass, String testResource, Path targetDir) in copyTestResource()
103 Path targetDir) throws IOException { in copyResource()
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DJava9Modularity.kt91 val targetDir = compileKotlinTask.destinationDirectory.dir("../java9") in <lambda>() constant
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSearchArtifactUtilTest.java402 File targetDir = FileUtil.createNamedTempDir(testDir, "target/testcases"); in testFindModuleDir_whenTargetFirst() local
449 File targetDir = FileUtil.createNamedTempDir(testDir, "target/testcases"); in testFindModuleDir_whenNotTargetFirst() local
/aosp_15_r20/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp265 LPWSTR targetDir = nullptr; in OnCommand() local
495 LPWSTR targetDir = nullptr; in Custom2Page_Show() local
653 LPWSTR targetDir = nullptr, defaultDir = nullptr; in EnableMaxPathSupport() local
2996 LPWSTR targetDir = nullptr, defaultDir = nullptr; in EnsureTargetDir() local
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/downloader/
H A DModelDownloader.java46 ListenableFuture<File> downloadModel(File targetDir, ModelManifest.Model modelInfo); in downloadModel()
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/util/
DNfcFileUtilsTest.java78 File targetDir = new File("test"); in testMoveFiles() local
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/cardemulation/util/
DNfcFileUtils.java43 public static int moveFiles(File sourceDir, File targetDir) { in moveFiles()
/aosp_15_r20/external/skia/gn/
H A Dminify_sksl.py13 targetDir = sys.argv[2] variable
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/java/com/google/devtools/build/android/sandboxedsdktoolbox/clientsources/
H A DGenerateClientSourcesCommand.java81 Path targetDir = javaSourcesDirectory; in splitSources() local
/aosp_15_r20/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h135 inline UniqueControl mount(std::string_view backingPath, std::string_view targetDir, in mount()
155 inline ErrorCode bindMount(std::string_view sourceDir, std::string_view targetDir) { in bindMount()
/aosp_15_r20/external/pdfium/
H A Dupdate_pdfium.py118 targetDir = os.path.dirname(os.path.realpath(__file__)) variable

1234567