Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dfile_utils.h51 std::string GetSystemExtRoot();
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dfile_utils.h51 std::string GetSystemExtRoot();
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dfile_utils.h51 std::string GetSystemExtRoot();
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dfile_utils.h51 std::string GetSystemExtRoot();
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dfile_utils.h51 std::string GetSystemExtRoot();
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dfile_utils.h51 std::string GetSystemExtRoot();
/aosp_15_r20/art/libartbase/base/
H A Dfile_utils.h56 std::string GetSystemExtRoot();
H A Dfile_utils.cc205 std::string GetSystemExtRoot() { in GetSystemExtRoot() function
733 dir = GetSystemExtRoot() + "/framework/oat/" + GetInstructionSetString(isa); in GetSystemOdexFilenameForApex()
H A Dfile_utils_test.cc328 GetSystemExtRoot() + "/framework/oat/arm/[email protected]@[email protected]@classes.odex", in TEST_F()
/aosp_15_r20/art/odrefresh/
H A Dodrefresh.cc257 return GetSystemExtRoot() + path.substr(11); in RewriteParentDirectoryIfNeeded()