Searched defs:dst (Results 1 – 6 of 6) sorted by relevance
/build/libs/host/ |
D | CopyFile.c | 98 static void printCopyMsg(const char* src, const char* dst, unsigned int options) in printCopyMsg() 104 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() 354 static int copySymlink(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int … in copySymlink() 434 int copyDirectory(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int optio… in copyDirectory() 533 static int copyFileRecursive(const char* src, const char* dst, bool isCmdLine, unsigned int options) in copyFileRecursive() 591 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/atree/ |
D | fs.cpp | 136 copy_file(const string& src, const string& dst) in copy_file()
|
/build/tools/zipalign/ |
D | ZipFile.cpp | 431 long dst = ftell(mZipFp) - startPosn; in addCommon() local 1129 status_t ZipFile::filemove(FILE* fp, off_t dst, off_t src, size_t n) in filemove()
|
/build/soong/common/ |
D | arch.go | 591 dst, src interface{}, field, srcPrefix string) interface{} { argument
|
/build/tools/releasetools/ |
D | edify_generator.py | 220 def UnpackPackageDir(self, src, dst): argument
|