Searched refs:root_path (Results 1 – 2 of 2) sorted by relevance
66 const char* root_path = getenv("ANDROID_ROOT"); in init_globals_from_data_and_root() local67 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()
202 bool ApkAssets::ForEachFile(const std::string& root_path, in ForEachFile() argument206 std::string root_path_full = root_path; in ForEachFile()