Home
last modified time | relevance | path

Searched defs:IsSuccessful (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc302 bool Response::IsSuccessful() const { in IsSuccessful() function in brillo::http::Response
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_test.cc255 bool IsSuccessful() { return is_valid_ && (access(dex_parent_.c_str(), W_OK) != 0); } in IsSuccessful() function in art::ScopedNonWritable