Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dview_compiler.cpp38 bool view_compiler(const char* apk_path, const char* package_name, const char* out_dex_file, in view_compiler() argument
42 CHECK(out_dex_file != nullptr); in view_compiler()
56 unique_fd outfd{open(out_dex_file, O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC, 0644)}; in view_compiler()
58 PLOG(ERROR) << "Could not open output file: " << out_dex_file; in view_compiler()
Dview_compiler.h23 bool view_compiler(const char* apk_path, const char* package_name, const char* out_dex_file,
DInstalldNativeService.cpp2329 const char* out_dex_file = outDexFile.c_str(); in compileLayouts() local
2330 *_aidl_return = android::installd::view_compiler(apk_path, package_name, out_dex_file, uid); in compileLayouts()