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