Lines Matching refs:sprintf_s
130 len = sprintf_s(buffer, bufferLen, "%s/%d", sandbox->rootPath, uid);
137 len = sprintf_s(buffer + currLen, bufferLen - currLen, "%d%s",
140 len = sprintf_s(buffer + currLen, bufferLen - currLen, "%d", uid);
309 int ret = sprintf_s(options, sizeof(options), "fd=%d,"
405 int len = sprintf_s(options, OPTIONS_MAX_LEN, "%s%s%d", args->options, SHAREFS_OPTION_USER, info->uid / UID_BASE);
407 APPSPAWN_LOGE("sprintf_s failed");
555 int len = sprintf_s(path, allPathSize, "%s%u%s%s", rootPath, uid, basePath, bundleName);
579 int len = sprintf_s(path, allPathSize, "%s%u/%s%s", rootPath, info->uid / userIdBase, bundleName, targetPath);
908 int len = sprintf_s(path, sizeof(path), "%s%s", rootPath, SANDBOX_STAMP_FILE_SUFFIX);
925 int len = sprintf_s(path, sizeof(path), "%s%s", rootPath, SANDBOX_STAMP_FILE_SUFFIX);