PP_FILEOPENFLAG_APPEND  201 components/nacl/loader/nacl_ipc_adapter.cc   bool append = (pp_open_flags & PP_FILEOPENFLAG_APPEND) != 0;
PP_FILEOPENFLAG_APPEND  320 components/nacl/loader/nacl_ipc_adapter_unittest.cc           PP_FILEOPENFLAG_APPEND));
PP_FILEOPENFLAG_APPEND  326 components/nacl/loader/nacl_ipc_adapter_unittest.cc           PP_FILEOPENFLAG_APPEND));
PP_FILEOPENFLAG_APPEND  329 components/nacl/loader/nacl_ipc_adapter_unittest.cc           PP_FILEOPENFLAG_READ | PP_FILEOPENFLAG_APPEND));
PP_FILEOPENFLAG_APPEND   78 content/browser/renderer_host/pepper/pepper_file_io_host.cc   return (open_flags & (PP_FILEOPENFLAG_WRITE | PP_FILEOPENFLAG_APPEND)) != 0;
PP_FILEOPENFLAG_APPEND   33 content/browser/renderer_host/pepper/pepper_security_helper.cc   bool pp_append = !!(pp_open_flags & PP_FILEOPENFLAG_APPEND);
PP_FILEOPENFLAG_APPEND  310 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   bool flag_append = !!(open_flags & PP_FILEOPENFLAG_APPEND);
PP_FILEOPENFLAG_APPEND  404 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   if ((file_io_resource->open_flags & PP_FILEOPENFLAG_APPEND) ==
PP_FILEOPENFLAG_APPEND  405 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc       PP_FILEOPENFLAG_APPEND) {
PP_FILEOPENFLAG_APPEND  298 ppapi/proxy/file_io_resource.cc     bool append = (open_flags_ & PP_FILEOPENFLAG_APPEND) != 0;
PP_FILEOPENFLAG_APPEND  497 ppapi/proxy/file_io_resource.cc   bool append = (open_flags_ & PP_FILEOPENFLAG_APPEND) != 0;
PP_FILEOPENFLAG_APPEND  594 ppapi/proxy/file_io_resource.cc   if (open_flags_ & PP_FILEOPENFLAG_APPEND) {
PP_FILEOPENFLAG_APPEND   46 ppapi/shared_impl/file_type_conversion.cc   bool pp_append = !!(pp_open_flags & PP_FILEOPENFLAG_APPEND);
PP_FILEOPENFLAG_APPEND  422 ppapi/tests/test_file_io.cc                                        PP_FILEOPENFLAG_APPEND,