Home | History | Annotate | Download | only in app

Lines Matching full:upload

571                const bool upload,
603 info.upload = upload;
721 info.upload = false;
879 static const char msg[] = "Cannot upload crash dump: stat failed\n";
888 static const char msg[] = "Cannot upload crash dump: cannot alloc\n";
899 static const char msg[] = "Cannot upload crash dump: read failed\n";
919 static const char msg[] = "Cannot upload crash dump: failed to open\n";
927 // Spawn the appropriate upload process for the current OS:
966 static const char msg[] = "Cannot upload crash dump: cannot exec "
996 "--tries=1", // Don't retry if the upload fails.
1001 static const char msg[] = "Cannot upload crash dump: cannot exec "
1062 static const char msg[] = "Cannot upload crash dump: failed to "
1088 static const char msg[] = "Cannot upload crash dump because /dev/urandom"
1095 "/tmp/chromium-upload-XXXXXXXXXXXXXXXX";
1102 static const char msg[] = "Cannot upload crash dump: failed to "
1109 if (info.upload) {
1124 "cannot upload crash dump\n";
1525 if (!info.upload)
1560 // Leave one end of a pipe in the upload process and watch for it getting
1561 // closed by the upload process exiting.
1566 // Upload process.
1578 // Upload should finish in about 10 seconds. Add a few more 500 ms
1624 // Upload process is still around, kill it.