Lines Matching +refs:Sign +refs:File
1363 @@ -133,14 +133,14 @@ void File::Info::FromStat(const stat_wrapper_t& stat_info) {
1380 @@ -210,7 +210,7 @@ int64_t File::Seek(Whence whence, int64_t offset) {
1389 @@ -296,7 +296,7 @@ int File::Write(int64_t offset, const char* data, int size) {
1398 @@ -553,7 +553,7 @@ bool File::Flush() {
1407 @@ -588,7 +588,8 @@ File::Error File::GetLastFileError() {
1414 int File::Stat(const char* path, stat_wrapper_t* sb) {
1454 @@ -1275,7 +1275,8 @@ bool CopyFileContentsWithSendfile(File& infile,
13546 + net::Error Sign(uint16_t algorithm,
13555 + LOG(ERROR) << "Sign: EVP digest sign init failed";
13562 + LOG(ERROR) << "Sign: EVP pkey ctx set rsa padding failed";
13570 + LOG(ERROR) << "Sign: EVP digest sign failed";
13577 + LOG(ERROR) << "Sign: resize EVP digest sign failed";
18733 + LOG(INFO) << "File url access denied! url=" << request_.url.spec();
42305 // MIME-type-to-file-extensions mappings corresponding to |file_handlers|. File
42514 - VLOG(1) << "File type is not supported: " << file->name
42516 + VLOG(1) << "File type is not supported: " << path << " has mime type "
43660 File tempFile = File.createTempFile("share",
46057 void SafeMoveHelper::DoAfterWriteCheck(base::File::Error hash_result,
46060 @@ -209,6 +218,7 @@ void SafeMoveHelper::DoAfterWriteCheck(base::File::Error hash_result,
46078 void DoAfterWriteCheck(base::File::Error hash_result,
46084 void DidFileSkipQuarantine(base::File::Error result);
48787 + const data = {files: [new File(fileBits, fileName, options)]};
70472 + base::File db_file(db_path_, base::File::FLAG_OPEN | base::File::FLAG_READ |
70473 + base::File::FLAG_WRITE);
70717 + base::File file(db_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
70779 + base::File file(db_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
70855 + base::File file(db_path, base::File::FLAG_OPEN | base::File::FLAG_READ |
70856 + base::File::FLAG_WRITE);
70980 + base::File file(db_path, base::File::FLAG_OPEN | base::File::FLAG_READ |
70981 + base::File::FLAG_WRITE);
73051 for (const blink::Member<blink::File>& file : data->files()) {
74925 License File: LICENSE
79910 -#define FSDIR_COLUMN_DATA 3 /* File content */
79935 - /* File does not exist or is unreadable. Leave the result set to NULL. */
80277 - const char *zFile, /* File to write */
82844 -** File control method. For custom operations on an apnd-file.
84245 +#define FSDIR_COLUMN_DATA 3 /* File content */
84405 + /* File does not exist or is unreadable. Leave the result set to NULL. */
84865 + const char *zFile, /* File to write */
87425 +** File control method. For custom operations on an apnd-file.
91084 ** CAPI3REF: Flags For File Open Operations
99339 - int file_format; /* File format to use for encoding */
115917 ** CAPI3REF: Flags For File Open Operations
117545 -#define FSDIR_COLUMN_DATA 3 /* File content */
117570 - /* File does not exist or is unreadable. Leave the result set to NULL. */
117912 - const char *zFile, /* File to write */
120479 -** File control method. For custom operations on an apnd-file.
121880 +#define FSDIR_COLUMN_DATA 3 /* File content */
122040 + /* File does not exist or is unreadable. Leave the result set to NULL. */
122500 + const char *zFile, /* File to write */
125060 +** File control method. For custom operations on an apnd-file.
128719 ** CAPI3REF: Flags For File Open Operations
136980 - int file_format; /* File format to use for encoding */
154309 ** CAPI3REF: Flags For File Open Operations
174595 ** CAPI3REF: Flags For File Open Operations
178832 - int file_format; /* File format to use for encoding */
248902 - puts stderr "File '$ctime_c' unreadable. Run this script from checkout root."
248914 - puts stderr "File '$ctime_c' has too few generated code markers."
248919 puts stderr "File '$ctime_c' unwritable."
250857 + base::File url_file(fd);
250881 + base::File& old_file = iter->second;
250882 + base::File new_file(new_file_path, base::File::Flags::FLAG_CREATE_ALWAYS |
250883 + base::File::Flags::FLAG_WRITE);
250979 +using FileUrlMap = std::unordered_map<std::string, base::File>;
250984 + std::unordered_map<std::string, base::File>& GetFileMap() {
251571 // File descriptor for the underlying memory object (usually dmabuf).