Searched defs:IsSuccessful (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libbrillo/brillo/http/ | ||
H A D | http_request.cc | 302 bool Response::IsSuccessful() const { in IsSuccessful() function in brillo::http::Response |
/aosp_15_r20/art/runtime/oat/ | ||
H A D | oat_file_assistant_test.cc | 255 bool IsSuccessful() { return is_valid_ && (access(dex_parent_.c_str(), W_OK) != 0); } in IsSuccessful() function in art::ScopedNonWritable |