Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1403 std::string str_fds_arg = *args.Get(M::ClassLoaderContextFds); in ParseArgs() local
1404 std::vector<std::string> str_fds = android::base::Split(str_fds_arg, ":"); in ParseArgs()
1409 str_fds_arg.c_str()); in ParseArgs()