Home
last modified time | relevance | path

Searched refs:GetBootImageLocationForDefaultBcpRespectingSysProps (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dfile_utils.h115 std::string GetBootImageLocationForDefaultBcpRespectingSysProps(std::string* error_msg);
Dfile_utils.cc556 std::string GetBootImageLocationForDefaultBcpRespectingSysProps(std::string* error_msg) { in GetBootImageLocationForDefaultBcpRespectingSysProps() function
/art/cmdline/
Dcmdline.h345 std::string boot_image = GetBootImageLocationForDefaultBcpRespectingSysProps(&error_msg); in InferBootImage()