HomeSort by relevance Sort by last modified time
    Searched full:system_type (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ppapi/api/
pp_file_info.idl 59 PP_FileSystemType system_type;
  /external/chromium_org/ppapi/c/
pp_file_info.h 78 PP_FileSystemType system_type; member in struct:PP_FileInfo
  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.cc 91 info_out->system_type = fs_type;
  /external/kernel-headers/original/asm-mips/
bootinfo.h 62 extern char *system_type;
  /external/chromium_org/ppapi/proxy/
flash_file_resource.cc 220 info->system_type = PP_FILESYSTEMTYPE_EXTERNAL;
ppapi_messages.h 206 IPC_STRUCT_TRAITS_MEMBER(system_type)
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_html5fs.cc 180 info.system_type = filesystem_type_;
207 info.system_type = filesystem_type_;
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 397 ASSERT_EQ(PP_FILESYSTEMTYPE_LOCALTEMPORARY, info.system_type);
574 ASSERT_EQ(PP_FILESYSTEMTYPE_LOCALTEMPORARY, info.system_type);
591 ASSERT_EQ(PP_FILESYSTEMTYPE_EXTERNAL, info.system_type);
test_file_io.cc 589 (info.system_type != PP_FILESYSTEMTYPE_LOCALTEMPORARY))
    [all...]

Completed in 556 milliseconds