Searched refs:code_paths (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.h52 bool dump_profiles(int32_t uid, const std::string& pkgname, const char* code_paths);
H A Ddexopt.cpp796 bool dump_profiles(int32_t uid, const std::string& pkgname, const char* code_paths) { argument
818 std::vector<std::string> code_full_paths = base::Split(code_paths, ";");
H A DInstalldNativeService.cpp1783 const char* code_paths = codePaths.c_str(); local
1785 *_aidl_return = dump_profiles(uid, pkgname, code_paths);

Completed in 57 milliseconds