Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/cmds/installd/tests/fuzzers/
H A DInstalldServiceFuzzer.cpp39 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.h141 bool create_cache_path_default(char path[PKG_PATH_MAX], const char *src,
H A Dinstalld.cpp65 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
H A Ddexopt.cpp2544 bool create_cache_path_default(char path[PKG_PATH_MAX], const char *src, in create_cache_path_default() function
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp73 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
H A Dinstalld_service_test.cpp116 return create_cache_path_default(path, src, instruction_set); in create_cache_path()