Searched defs:dex_path (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 1151 static bool validate_dex_path_size(const std::string& dex_path) { in validate_dex_path_size() 1363 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() 1638 static bool prepare_secondary_dex_oat_dir(const std::string& dex_path, int uid, in prepare_secondary_dex_oat_dir() 1686 static bool process_secondary_dexoptanalyzer_result(const std::string& dex_path, int result, in process_secondary_dexoptanalyzer_result() 1748 static SecondaryDexAccess check_secondary_dex_access(const std::string& dex_path) { in check_secondary_dex_access() 1775 static bool create_secondary_dex_oat_layout(const std::string& dex_path, const std::string& isa, in create_secondary_dex_oat_layout() 1824 static bool process_secondary_dex_dexopt(const std::string& dex_path, const char* pkgname, in process_secondary_dex_dexopt() 1940 static std::string format_dexopt_error(int status, const char* dex_path) { in format_dexopt_error() 1951 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() 2165 bool reconcile_secondary_dex_file(const std::string& dex_path, in reconcile_secondary_dex_file() [all …]
|
D | utils.cpp | 247 static bool get_secondary_dex_location(const std::string& dex_path, in get_secondary_dex_location() 815 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path, in validate_secondary_dex_path()
|
D | InstalldNativeService.cpp | 1183 char dex_path[PKG_PATH_MAX]; in rmdex() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 423 const std::string& dex_path, int uid, int storage_flag) { in pass_secondary_dex_validation() 430 const std::string& dex_path, int uid, int storage_flag) { in fail_secondary_dex_validation()
|
D | installd_dexopt_test.cpp | 449 const std::string& dex_path, in GetPrimaryDexArtifact()
|