Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc647 std::vector<std::string> code_paths_vec; in VMRuntime_registerAppInfo() local
652 code_paths_vec.push_back(raw_code_path); in VMRuntime_registerAppInfo()
660 Runtime::Current()->RegisterAppInfo(code_paths_vec, profile_file_str); in VMRuntime_registerAppInfo()