Searched refs:kFailure (Results 1 – 5 of 5) sorted by relevance
55 kFailure = 0, // Failed to delete whatever was at the path. enumerator87 return kFailure; in RegularFileOrDelete()106 case kFailure: in TouchFileInternal()
93 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()98 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()102 : SystraceParseResult::kFailure; in ParseSystraceTracePoint()111 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()147 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()155 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()798 if (r == SystraceParseResult::kFailure) { in ParsePrint()
55 enum class SystraceParseResult { kFailure = 0, kUnsupported, kSuccess }; enumerator
972 SystraceParseResult::kFailure); in TEST()
63 // If this field has the value kFailure, we need to bail to the baseline97 const kFailure: Smi = -1;475 // This macro jumps to the Bailout label iff kBailoutStatus is kFailure.478 if (status == kFailure) goto Bailout;481 // Sets kBailoutStatus to kFailure and returns kFailure.483 sortState[kBailoutStatusIdx] = kFailure;484 return kFailure;819 // Returns kFailure if we need to bailout, kSuccess otherwise.1043 // or kFailure on error.