Searched refs:op_file (Results 1 – 3 of 3) sorted by relevance
/external/arm-trusted-firmware/tools/encrypt_fw/src/ |
D | encrypt.c | 27 FILE *op_file; in gcm_encrypt() local 66 op_file = fopen(op_name, "wb"); in gcm_encrypt() 67 if (op_file == NULL) { in gcm_encrypt() 73 ret = fseek(op_file, sizeof(struct fw_enc_hdr), SEEK_SET); in gcm_encrypt() 107 fwrite(enc_data, 1, enc_len, op_file); in gcm_encrypt() 132 ret = fseek(op_file, 0, SEEK_SET); in gcm_encrypt() 138 fwrite(&header, 1, sizeof(struct fw_enc_hdr), op_file); in gcm_encrypt() 145 fclose(op_file); in gcm_encrypt()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | update_ops_main.cc | 61 for (const auto& op_file : out_op_history) { in WriteUpdateTo() local 63 io::JoinPath(history_dir, op_file.first), in WriteUpdateTo() 64 op_file.second.DebugString())); in WriteUpdateTo()
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_generator.cc | 486 std::unique_ptr<tensorflow::WritableFile> op_file; in GenerateOp() local 488 env->NewWritableFile(io::JoinPath(op_dir_name, op_file_name), &op_file)) in GenerateOp() 492 SourceFileWriter writer(op_file.get()); in GenerateOp()
|