Searched defs:dst (Results 1 – 5 of 5) sorted by relevance
/build/libs/host/ |
D | CopyFile.c | 99 static void printCopyMsg(const char* src, const char* dst, unsigned int options) in printCopyMsg() 105 static void printNotNewerMsg(const char* src, const char* dst, unsigned int options) in printNotNewerMsg() 116 static int copyFileContents(const char* dst, int dstFd, const char* src, int srcFd) in copyFileContents() 160 static int setPermissions(const char* dst, const struct stat* pSrcStat, unsigned int options) in setPermissions() 209 static int copyRegular(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int … in copyRegular() 351 static int copySymlink(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int … in copySymlink() 431 int copyDirectory(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int optio… in copyDirectory() 530 static int copyFileRecursive(const char* src, const char* dst, bool isCmdLine, unsigned int options) in copyFileRecursive() 640 int copyFile(const char* src, const char* dst, unsigned int options) in copyFile()
|
/build/tools/acp/ |
D | acp.c | 117 char* dst; in process() local
|
/build/tools/zipalign/ |
D | ZipFile.cpp | 430 long dst = ftell(mZipFp) - startPosn; in addCommon() local 1126 status_t ZipFile::filemove(FILE* fp, off_t dst, off_t src, size_t n) in filemove()
|
/build/tools/atree/ |
D | fs.cpp | 143 copy_file(const string& src, const string& dst) in copy_file()
|
/build/tools/releasetools/ |
D | edify_generator.py | 188 def UnpackPackageDir(self, src, dst): argument
|