/frameworks/native/cmds/installd/ |
D | installd.cpp | 54 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() 59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
|
D | view_compiler.cpp | 44 bool view_compiler(const char* apk_path, const char* package_name, const char* out_dex_file, in view_compiler()
|
D | otapreopt_parameters.h | 35 const char* apk_path; variable
|
D | otapreopt.cpp | 441 const char* apk_path = parameters_.apk_path; in ShouldSkipPreopt() local 608 const char *apk_path, in calculate_oat_file_path() 646 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
|
D | dexopt.cpp | 989 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() 1113 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat() 1194 RestorableFile open_oat_out_file(const char* apk_path, const char* oat_dir, bool is_public, int uid, in open_oat_out_file() 1214 bool maybe_open_oat_and_vdex_file(const std::string& apk_path, in maybe_open_oat_and_vdex_file() 2353 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() 2419 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex() 2487 const char *apk_path, const char *instruction_set) { in calculate_oat_file_path_default() 2515 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default() 2841 int get_odex_visibility(const char* apk_path, const char* instruction_set, const char* oat_dir) { in get_odex_visibility()
|
D | InstalldNativeService.cpp | 3095 const char* apk_path = apkPath.c_str(); in dexopt() local 3123 const char* apk_path = apkPath.c_str(); in compileLayouts() local 3392 const char* apk_path = apkPath.c_str(); in moveAb() local 3411 const char* apk_path = apkPath.c_str(); in deleteOdex() local 3771 const char* apk_path = apkPath.c_str(); in getOdexVisibility() local
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link_test.cpp | 410 static void BuildApk(const std::vector<SourceXML>& source_files, const std::string& apk_path, 423 static void BuildSDK(const std::vector<SourceXML>& source_files, const std::string& apk_path, 436 static void BuildNonFinalizedSDK(const std::string& apk_path, const std::string& java_path, 472 static void BuildFinalizedSDK(const std::string& apk_path, const std::string& java_path, 511 static void BuildAppAgainstSDK(const std::string& apk_path, const std::string& java_path,
|
D | Convert_test.cpp | 109 const std::string apk_path = in TEST_F() local
|
D | Compile_test.cpp | 281 const std::string apk_path = in TEST_F() local
|
D | Optimize.cpp | 376 const std::string& apk_path = args[0]; in Action() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 102 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() 107 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
|
D | installd_dexopt_test.cpp | 76 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() 81 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
|
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser.cpp | 447 const android::StringPiece& apk_path) { in Parse()
|