Home
last modified time | relevance | path

Searched refs:BuildVdexPath (Results 1 – 5 of 5) sorted by relevance

/art/artd/
Dpath_utils_test.cc252 TEST_F(PathUtilsTest, BuildVdexPath) { in TEST_F() argument
254 BuildVdexPath(ArtifactsPath{.dexPath = "/a/b.apk", .isa = "arm64", .isInDalvikCache = false}), in TEST_F()
Dpath_utils.h96 android::base::Result<std::string> BuildVdexPath(
Dpath_utils.cc294 Result<std::string> BuildVdexPath(const VdexPath& vdex_path) { in BuildVdexPath() function
Dartd.cc1121 std::string input_vdex_path = OR_RETURN_FATAL(BuildVdexPath(in_inputVdex.value())); in dexopt()
1277 files_to_keep.insert(OR_RETURN_FATAL(BuildVdexPath(vdex))); in cleanup()
1370 std::string vdex_path = OR_RETURN_FATAL(BuildVdexPath(in_vdexPath)); in getVdexFileSize()
Dartd_test.cc559 CreateFile(OR_FATAL(BuildVdexPath(vdex_path_.value())), "old_vdex"); in InitFilesBeforeDexopt()