Searched refs:BuildVdexPath (Results 1 – 5 of 5) sorted by relevance
252 TEST_F(PathUtilsTest, BuildVdexPath) { in TEST_F() argument254 BuildVdexPath(ArtifactsPath{.dexPath = "/a/b.apk", .isa = "arm64", .isInDalvikCache = false}), in TEST_F()
96 android::base::Result<std::string> BuildVdexPath(
294 Result<std::string> BuildVdexPath(const VdexPath& vdex_path) { in BuildVdexPath() function
1121 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()
559 CreateFile(OR_FATAL(BuildVdexPath(vdex_path_.value())), "old_vdex"); in InitFilesBeforeDexopt()