Searched refs:dm_path (Results 1 – 1 of 1) sorted by relevance
806 std::string dm_path = OR_RETURN_FATAL(BuildDexMetadataPath(in_dmFile)); in getDmFileVisibility() local807 *_aidl_return = OR_RETURN_NON_FATAL(GetFileVisibility(dm_path)); in getDmFileVisibility()1129 std::string dm_path = OR_RETURN_FATAL(BuildDexMetadataPath(in_dmFile.value())); in dexopt() local1130 dm_file = OR_RETURN_NON_FATAL(OpenFileForReading(dm_path)); in dexopt()