Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1888 std::string str_dex_paths; in get_class_loader_context_dex_paths() local
1889 if (!ReadFdToString(pipe_read, &str_dex_paths)) { in get_class_loader_context_dex_paths()
1908 if (!str_dex_paths.empty()) { in get_class_loader_context_dex_paths()
1909 *context_dex_paths = android::base::Split(str_dex_paths, ":"); in get_class_loader_context_dex_paths()