Searched defs:dst (Results 1 – 8 of 8) sorted by relevance
/build/make/tools/libhost/ |
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() 362 static int copySymlink(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int … in copySymlink() 442 int copyDirectory(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int optio… in copyDirectory() 541 static int copyFileRecursive(const char* src, const char* dst, bool isCmdLine, unsigned int options) in copyFileRecursive() 601 int copyFile(const char* src, const char* dst, unsigned int options) in copyFile()
|
/build/make/tools/zipalign/tests/src/ |
D | align_test.cpp | 20 const std::string dst = GetTestPath("unaligned_out.zip"); in TEST() local 34 const std::string dst = GetTestPath("holes_out.zip"); in TEST() local 46 const std::string dst = GetTestPath("diffOrders_out.zip"); in TEST() local
|
/build/make/tools/ |
D | generate-self-extracting-archive.py | 87 def _pipe_bytes(src, dst): argument
|
/build/make/tools/acp/ |
D | acp.c | 116 char* dst; in process() local
|
/build/make/tools/releasetools/ |
D | validate_target_files.py | 242 def symlinkIfNotExists(src, dst): argument
|
/build/soong/bp2build/ |
D | symlink_forest.go | 85 func symlinkIntoForest(topdir, dst, src string) { argument
|
/build/make/tools/atree/ |
D | fs.cpp | 136 copy_file(const string& src, const string& dst) in copy_file()
|
/build/make/tools/zipalign/ |
D | ZipFile.cpp | 436 long dst = ftell(mZipFp) - startPosn; in addCommon() local 1136 status_t ZipFile::filemove(FILE* fp, off_t dst, off_t src, size_t n) in filemove()
|