Searched refs:dstbasepos (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.c | 1132 int movefileordir(char* srcpath, char* dstpath, int dstbasepos, in movefileordir() argument 1148 mkinnerdirs(dstpath, dstbasepos, S_IRWXU|S_IRWXG|S_IXOTH, in movefileordir() 1195 if (movefileordir(srcpath, dstpath, dstbasepos, dstuid, dstgid, statbuf) != 0) { in movefileordir()
|