Pepper_47_C_interfaces
Classes | Enumerations | Functions
pp_file_info.h File Reference
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_time.h"
Include dependency graph for pp_file_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PP_FileInfo
 

Enumerations

enum  PP_FileType { PP_FILETYPE_REGULAR = 0, PP_FILETYPE_DIRECTORY = 1, PP_FILETYPE_OTHER = 2 }
 
enum  PP_FileSystemType {
  PP_FILESYSTEMTYPE_INVALID = 0, PP_FILESYSTEMTYPE_EXTERNAL = 1, PP_FILESYSTEMTYPE_LOCALPERSISTENT = 2, PP_FILESYSTEMTYPE_LOCALTEMPORARY = 3,
  PP_FILESYSTEMTYPE_ISOLATED = 4, PP_FILESYSTEMTYPE_REMOVABLESTORAGE = 101
}
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_FileType, 4)
 
 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_FileSystemType, 4)
 
 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_FileInfo, 40)
 

Detailed Description

This file defines three enumerations for use in the PPAPI C file IO APIs.

Definition in file pp_file_info.h.