Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dglobals.cpp66 const char* root_path = getenv("ANDROID_ROOT"); in init_globals_from_data_and_root() local
67 if (root_path == nullptr) { in init_globals_from_data_and_root()
71 return init_globals_from_data_and_root(data_path, root_path); in init_globals_from_data_and_root()
/frameworks/base/libs/androidfw/
DApkAssets.cpp202 bool ApkAssets::ForEachFile(const std::string& root_path, in ForEachFile() argument
206 std::string root_path_full = root_path; in ForEachFile()