Home
last modified time | relevance | path

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

/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/
H A DTestSupport.java41 public static Path copyTestResource(Class<?> baseClass, String testResource, Path targetDir) in copyTestResource()
50 Class<?> baseClass, String testResource, Path targetDir) in copyTestResourceWithoutLicense()
59 String relativeResourcePath, Path targetDir) throws IOException { in copyResourceAndLicense()
71 Path targetDir) throws IOException { in copyResource()
/aosp12/system/timezone/distro/core/src/main/com/android/timezone/distro/
H A DTimeZoneDistro.java125 public void extractTo(File targetDir) throws IOException { in extractTo()
130 static void extractZipSafely(InputStream is, File targetDir, boolean makeWorldReadable) in extractZipSafely()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java942 public static int copyPackage(String packagePath, File targetDir) { in copyPackage()
957 copyFile(pkg.getBaseApkPath(), targetDir, "base.apk"); in copyPackage() local
960 copyFile(pkg.getSplitApkPaths()[i], targetDir, in copyPackage() local
971 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile()
994 public static void makeDirRecursive(File targetDir, int mode) throws ErrnoException { in makeDirRecursive()
H A DPackageManagerService.java18882 final File targetDir = resolveTargetDir(); in doRename() local
19091 private File getNextCodePath(File targetDir, String packageName) { in getNextCodePath()
/aosp12/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DTimeZoneDistroTest.java110 File targetDir = new File(dir, "target"); in testExtractZipSafely_goodZip() local
143 File targetDir = new File(dir, "target"); in doExtractZipFails() local
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackStore.java248 File targetDir = new File(rollback.getBackupDir(), packageName); in backupPackageCodePath() local
285 File targetDir = new File(rollback.getBackupDir(), packageName); in getPackageCodePaths() local
299 File targetDir = new File(rollback.getBackupDir(), info.getPackageName()); in deletePackageCodePaths() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DFileUtil.java95 public static void moveAllContentUnderDirectory(File sourceDir, File targetDir) { in moveAllContentUnderDirectory()
/aosp12/frameworks/native/cmds/installd/
H A DCrateManager.cpp60 void CrateManager::traverseChildDir(const std::string& targetDir, in traverseChildDir()
/aosp12/system/timezone/debug_tools/host/main/java/
H A DZoneSplitter.java111 private static void writeVersionFile(MappedByteBuffer mappedFile, File targetDir) in writeVersionFile()
/aosp12/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
H A DTimeZoneDistroInstaller.java402 private void unpackDistro(TimeZoneDistro distro, File targetDir) throws IOException { in unpackDistro()
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h133 inline UniqueControl mount(std::string_view backingPath, std::string_view targetDir, in mount()
153 inline ErrorCode bindMount(std::string_view sourceDir, std::string_view targetDir) { in bindMount()
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl143 …eSystemControlParcel mountIncFs(@utf8InCpp String backingPath, @utf8InCpp String targetDir, int fl… in mountIncFs()
146 void bindMount(@utf8InCpp String sourceDir, @utf8InCpp String targetDir); in bindMount()
/aosp12/system/vold/
H A DVoldNativeService.cpp992 const std::string& backingPath, const std::string& targetDir, int32_t flags, in mountIncFs()
1091 const std::string& targetDir) { in bindMount()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp513 static bool restoreconControlFiles(std::string_view targetDir) { in restoreconControlFiles()
536 IncFsControl* IncFs_Mount(const char* backingPath, const char* targetDir, in IncFs_Mount()
1362 IncFsErrorCode IncFs_BindMount(const char* sourceDir, const char* targetDir) { in IncFs_BindMount()
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp45 const std::string& backingPath, const std::string& targetDir, int32_t flags, in mountIncFs()
/aosp12/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp95 const std::string& targetDir, int32_t flags, in getInvalidControlParcel()
101 binder::Status incFsSuccess(const std::string& imagePath, const std::string& targetDir, in incFsSuccess()
/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java625 private static int moveFiles(File sourceDir, File targetDir, final String prefix) { in moveFiles()