HomeSort by relevance Sort by last modified time
    Searched refs:file_desc (Results 1 - 8 of 8) sorted by null

  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c 110 pFileContext->file_desc);
161 pFileContext->file_desc);
262 err = fseek(pFileContext->file_desc, *pPosition, SeekModeOption);
452 iSavePos = ftell(pFileContext->file_desc); /*1- Check the first position */
453 fseek(pFileContext->file_desc, 0, SEEK_END); /*2- Go to the end of the file */
454 iSize = ftell(pFileContext->file_desc); /*3- Check the file size*/
455 fseek(pFileContext->file_desc, iSavePos, SEEK_SET); /*4- go to the first position*/
M4OSA_FileWriter.c 106 WriteSize = fwrite((void *)data,1, uiSize, pFileContext->file_desc);
113 fflush(pFileContext->file_desc);
148 uiSizeWrite = fwrite(data, sizeof(M4OSA_Char), uiSize, pFileContext->file_desc);
253 err = fseek(pFileContext->file_desc,*pPosition,SeekModeOption);
351 if (fflush(pFileContext->file_desc) != 0)
440 iSavePos = ftell(pFileContext->file_desc); /*1- Check the first position */
441 fseek(pFileContext->file_desc, 0, SEEK_END); /*2- Go to the end of the file */
442 *position = ftell(pFileContext->file_desc); /*3- Check the file size*/
443 fseek(pFileContext->file_desc, iSavePos, SEEK_SET); /*4- go to the first position*/
M4OSA_FileCommon.c 225 pFileContext->file_desc = pFileHandler;
433 if(fseek(pFileContext->file_desc, fpos_seek, SEEK_CUR) != 0)
494 i32_err_code = fclose(pFileContext->file_desc);
496 pFileContext->file_desc = M4OSA_NULL;
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileCommon_priv.h 48 FILE* file_desc; member in struct:__anon18761
  /external/qemu/elff/
elf_file.cc 260 DIEAttrib file_desc; local
261 if (info.die_obj->get_attrib(DW_AT_call_file, &file_desc)) {
263 cu->get_stmt_file_info(file_desc.value()->u32);
277 if (info.die_obj->get_attrib(DW_AT_call_line, &file_desc)) {
278 address_info->inline_stack[inl_index].inlined_at_line = file_desc.value()->u32;
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 260 DIEAttrib file_desc; local
261 if (info.die_obj->get_attrib(DW_AT_call_file, &file_desc)) {
263 cu->get_stmt_file_info(file_desc.value()->u32);
277 if (info.die_obj->get_attrib(DW_AT_call_line, &file_desc)) {
278 address_info->inline_stack[inl_index].inlined_at_line = file_desc.value()->u32;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 113 IEditorDescriptor file_desc = IDE.getDefaultEditor(file); local
114 String id = file_desc == null ? null : file_desc.getId();
  /external/sonivox/jet_tools/JetCreator/
eas.py 425 file_desc = file_types[file_type]
427 file_desc = 'Unrecognized type %d' % file_type
428 eas_logger.debug('EAS_GetFileType: type=%d, desc=%s' % (file_type, file_desc))
429 return (file_type, file_desc)
    [all...]

Completed in 242 milliseconds