Searched defs:root_path (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
H A DApkAssets.cpp130 bool ApkAssets::ForEachFile(const std::string& root_path, argument
134 std::string root_path_full = root_path;
/frameworks/native/cmds/installd/
H A Dinstalld.cpp173 const char* root_path = getenv("ANDROID_ROOT"); local
174 if (root_path == nullptr) {
179 return init_globals_from_data_and_root(data_path, root_path);

Completed in 893 milliseconds