Searched refs:dstFile (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/libhost/ |
D | CopyFile.c | 494 char* dstFile; in copyDirectory() local 516 dstFile = malloc(dstLen +1 + nameLen +1); in copyDirectory() 517 memcpy(dstFile, dst, dstLen); in copyDirectory() 518 dstFile[dstLen] = FSSEP; in copyDirectory() 519 memcpy(dstFile + dstLen+1, ent->d_name, nameLen +1); in copyDirectory() 521 if (copyFileRecursive(srcFile, dstFile, false, options) != 0) in copyDirectory() 525 free(dstFile); in copyDirectory()
|
/build/soong/apex/ |
D | apex_test.go | 2771 dstFile := dst[index+len(imageApexDir):] 2772 ret = append(ret, fileInApex{path: dstFile, src: src, isLink: isLink})
|