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

  /external/chromium_org/mojo/system/
local_message_pipe_endpoint.cc 129 bool enough_space = true; local
136 enough_space = false;
142 if (enough_space) {
149 enough_space = false;
153 if (enough_space || (flags & MOJO_READ_MESSAGE_FLAG_MAY_DISCARD)) {
165 if (!enough_space)
  /bootable/recovery/applypatch/
applypatch.c 856 int enough_space = 0; local
859 enough_space =
862 if (!enough_space) {
864 (long)target_size, (long)free_space, retry, enough_space);
868 if (!enough_space) {
872 if (!enough_space && source_patch_value != NULL) {
    [all...]

Completed in 49 milliseconds