Lines Matching defs:srcPath
1411 char srcPath[PATH_SIZE] = {0};
1412 int len = GetArkWebInstallPath("persist.arkwebcore.install_path", srcPath);
1435 ret = mount(srcPath, destPath, NULL, MS_BIND | MS_REC, NULL);
1437 ret = mount(srcPath, destPath, NULL, MS_BIND | MS_REC, NULL);
1438 APPSPAWN_LOGW("Bind mount again %{public}s to %{public}s, ret %{public}d", srcPath, destPath, ret);
1441 "Failed to bind mount %{public}s to %{public}s, errno %{public}d", srcPath, destPath, errno);
1447 APPSPAWN_LOGI("Remount %{public}s to %{public}s success", srcPath, destPath);
1455 char srcPath[PATH_SIZE] = {0};
1456 int len = GetArkWebInstallPath("persist.arkwebcore.install_path", srcPath);
1488 ret = mount(srcPath, destPath, NULL, MS_BIND | MS_REC, NULL);
1490 ret = mount(srcPath, destPath, NULL, MS_BIND | MS_REC, NULL);
1491 APPSPAWN_LOGV("mount again %{public}s to %{public}s, ret %{public}d", srcPath, destPath, ret);
1494 "Failed to bind mount %{public}s to %{public}s, errno %{public}d", srcPath, destPath, errno);
1498 "Failed to shared mount %{public}s to %{public}s, errno %{public}d", srcPath, destPath, errno);
1500 APPSPAWN_LOGV("Remount %{public}s to %{public}s success", srcPath, destPath);