Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp308 RunDex2Oat(int zip_fd, in RunDex2Oat() argument
413 std::string zip_fd_arg = StringPrintf("--zip-fd=%d", zip_fd); in RunDex2Oat()
1527 int zip_fd, in RunDexoptAnalyzer() argument
1534 CHECK_GE(zip_fd, 0); in RunDexoptAnalyzer()
1543 std::string zip_fd_arg = "--zip-fd=" + std::to_string(zip_fd); in RunDexoptAnalyzer()
1906 unique_fd zip_fd; in process_secondary_dex_dexopt() local
1907 zip_fd.reset(open(dex_path.c_str(), O_RDONLY)); in process_secondary_dex_dexopt()
1908 if (zip_fd.get() < 0) { in process_secondary_dex_dexopt()
1950 zip_fd.get(), in process_secondary_dex_dexopt()