Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1921 std::ostringstream bootcp_oss; in GetMultiImageBootClassPath() local
1925 bootcp_oss << ":"; in GetMultiImageBootClassPath()
1953 bootcp_oss << dex_loc; in GetMultiImageBootClassPath()
1956 return bootcp_oss.str(); in GetMultiImageBootClassPath()