HomeSort by relevance Sort by last modified time
    Searched defs:kFailure (Results 1 - 4 of 4) sorted by null

  /external/libbrillo/brillo/
file_utils.cc 49 kFailure = 0, // Failed to delete whatever was at the path.
81 return kFailure;
100 case kFailure:
  /art/cmdline/
cmdline_result.h 32 kFailure,
86 case CmdlineResult::kFailure:
87 stream << "kFailure";
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.h 52 kFailure,
  /external/skia/include/core/
SkImageDecoder.h 193 kFailure = 0, //!< Image failed to decode. bitmap will be
208 * If the image cannot be decompressed, return kFailure. After the

Completed in 183 milliseconds