Searched refs:art_path (Results 1 – 7 of 7) sorted by relevance
62 Field(&RawArtifactsPath::art_path, "/a/oat/arm64/b.art")))); in TEST_F()71 Field(&RawArtifactsPath::art_path, "/a/oat/arm64/b.art.staged")))); in TEST_F()82 Field(&RawArtifactsPath::art_path, in TEST_F()94 Field(&RawArtifactsPath::art_path, in TEST_F()
187 path.art_path = ReplaceFileExtension(path.oat_path, "art"); in BuildArtifactsPath()192 path.art_path += kPreRebootSuffix; in BuildArtifactsPath()
35 std::string art_path; member
561 *_aidl_return += GetSizeAndDeleteFile(path.art_path); in deleteArtifacts()1082 art_file = OR_RETURN_NON_FATAL(NewFile::Create(artifacts_path.art_path, fs_permission)); in dexopt()1088 files_to_delete.push_back(artifacts_path.art_path); in dexopt()1273 files_to_keep.insert(std::move(path.art_path)); in cleanup()1363 *_aidl_return += GetSize(path.art_path).value_or(0); in getArtifactsSize()1419 if (OS::FileExists(src_artifacts->art_path.c_str())) { in commitPreRebootStagedFiles()1420 files_to_move.emplace_back(src_artifacts->art_path, dst_artifacts->art_path); in commitPreRebootStagedFiles()1422 files_to_remove.push_back(dst_artifacts->art_path); in commitPreRebootStagedFiles()
577 CreateFile(artifacts_path.art_path, "old_art"); in InitFilesBeforeDexopt()
19 art_path := $(LOCAL_PATH)21 include $(art_path)/build/Android.common_path.mk26 include $(art_path)/build/Android.cpplint.mk61 include $(art_path)/tools/ahat/Android.mk81 include $(art_path)/build/Android.common_test.mk82 include $(art_path)/build/Android.gtest.mk83 include $(art_path)/test/Android.run-test.mk278 LOCAL_PATH := $(art_path)
20 LOCAL_PATH := $(art_path)