Searched refs:realToPath (Results 1 – 1 of 1) sorted by relevance
966 char realToPath[PATH_MAX] = { 0 }; in CopyFile() local974 rRet = GetRealFilePath(toPath, realToPath, sizeof(realToPath)); in CopyFile()993 int32_t toFd = open(realToPath, O_WRONLY | O_TRUNC | O_CREAT, fromStat.st_mode); in CopyFile()1004 ChownSecStorage((char *)realToPath, true); in CopyFile()