Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp333 RunDex2Oat(int zip_fd, in RunDex2Oat() argument
471 std::string zip_fd_arg = StringPrintf("--zip-fd=%d", zip_fd); in RunDex2Oat()
1607 int zip_fd, in RunDexoptAnalyzer() argument
1614 CHECK_GE(zip_fd, 0); in RunDexoptAnalyzer()
1623 std::string zip_fd_arg = "--zip-fd=" + std::to_string(zip_fd); in RunDexoptAnalyzer()
1986 unique_fd zip_fd; in process_secondary_dex_dexopt() local
1987 zip_fd.reset(open(dex_path.c_str(), O_RDONLY)); in process_secondary_dex_dexopt()
1988 if (zip_fd.get() < 0) { in process_secondary_dex_dexopt()
2030 zip_fd.get(), in process_secondary_dex_dexopt()