Home
last modified time | relevance | path

Searched refs:toPath (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DMoveStorage.cpp126 static status_t execCp(const std::string& fromPath, const std::string& toPath, int startProgress, in execCp() argument
132 uint64_t startFreeBytes = GetFreeBytes(toPath); in execCp()
150 cmd.push_back(toPath.c_str()); in execCp()
171 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp()
198 std::string toPath; in moveStorageInternal() local
213 toPath = to->getInternalPath(); in moveStorageInternal()
216 if (execRm(toPath, 10, 10, listener) != OK) { in moveStorageInternal()
221 if (execCp(fromPath, toPath, 20, 60, listener) != OK) { in moveStorageInternal()
246 execRm(toPath, 80, 1, listener); in moveStorageInternal()
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java246 String toPath = mAppDataDir + "/simpleperf"; in findSimpleperfInTempDir() local
249 .command("cp", path, toPath).start(); in findSimpleperfInTempDir()
254 if (!isExecutableFile(toPath)) { in findSimpleperfInTempDir()
261 Process process = new ProcessBuilder().command(toPath, "list", "sw").start(); in findSimpleperfInTempDir()
270 return toPath; in findSimpleperfInTempDir()
/system/timezone/debug_tools/host/main/java/
DZoneSplitter.java208 Files.write(file.toPath(), bytes, StandardOpenOption.CREATE); in writeBytesToFile()
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java726 Files.walkFileTree(rootDir.toPath(), visitor); in assertFileCount()
828 Path workingDirPath = workingDir.toPath(); in createTimeZoneDistroWithVersionBytes()